You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit allows custom names for Used-Defined Actions.
add_job() and alter_job() accept an additional "job_name" argument to
modify the name of User-Defined Action. If "job_name" is not specified,
it is names as default.
add_job(regproc,interval,jsonb,timestamp with time zone,boolean,regproc,boolean,text)
218
+
add_job(regproc,interval,jsonb,timestamp with time zone,boolean,regproc,boolean,text,name)
219
219
add_reorder_policy(regclass,name,boolean,timestamp with time zone,text)
220
220
add_retention_policy(regclass,"any",boolean,interval,timestamp with time zone,text,interval)
221
-
alter_job(integer,interval,interval,integer,interval,boolean,jsonb,timestamp with time zone,boolean,regproc,boolean,timestamp with time zone,text)
221
+
alter_job(integer,interval,interval,integer,interval,boolean,jsonb,timestamp with time zone,boolean,regproc,boolean,timestamp with time zone,text,name)
0 commit comments