We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
timetable.task.autonomous
1 parent 779cfbf commit 97b3d0bCopy full SHA for 97b3d0b
1 file changed
internal/pgengine/sql/ddl.sql
@@ -60,6 +60,8 @@ COMMENT ON COLUMN timetable.task.command IS
60
'Contains either an SQL command, or command string to be executed';
61
COMMENT ON COLUMN timetable.task.timeout IS
62
'Abort any task within a chain that takes more than the specified number of milliseconds';
63
+COMMENT ON COLUMN timetable.task.autonomous IS
64
+ 'Specify if the task should be executed out of the chain transaction. Useful for VACUUM, CREATE DATABASE, CALL etc.';
65
66
-- parameter passing for a chain task
67
CREATE TABLE timetable.parameter(
0 commit comments