]> granicus.if.org Git - postgresql/commit
Fix documentation template for CREATE TRIGGER.
authorKevin Grittner <kgrittn@postgresql.org>
Sat, 21 Jun 2014 14:17:36 +0000 (09:17 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sat, 21 Jun 2014 14:17:36 +0000 (09:17 -0500)
commit07353de4fbcd7ee93a445dc6bf2bb32f05fffef1
tree1450eafbc1899ce789b643a4bf9f576e97398016
parent3e2cfa42f9b9ddfb469f0f56d78377b1864eb894
Fix documentation template for CREATE TRIGGER.

By using curly braces, the template had specified that one of
"NOT DEFERRABLE", "INITIALLY IMMEDIATE", or "INITIALLY DEFERRED"
was required on any CREATE TRIGGER statement, which is not
accurate.  Change to square brackets makes that optional.

Backpatch to 9.1, where the error was introduced.
doc/src/sgml/ref/create_trigger.sgml