Skip to content

Commit 97b3d0b

Browse files
authored
[+] add comment for timetable.task.autonomous column (#641)
1 parent 779cfbf commit 97b3d0b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/pgengine/sql/ddl.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ COMMENT ON COLUMN timetable.task.command IS
6060
'Contains either an SQL command, or command string to be executed';
6161
COMMENT ON COLUMN timetable.task.timeout IS
6262
'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.';
6365

6466
-- parameter passing for a chain task
6567
CREATE TABLE timetable.parameter(

0 commit comments

Comments
 (0)