]> granicus.if.org Git - postgresql/commit
Fix documentation template for CREATE TRIGGER.
authorKevin Grittner <kgrittn@postgresql.org>
Sat, 21 Jun 2014 14:17:14 +0000 (09:17 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sat, 21 Jun 2014 14:17:14 +0000 (09:17 -0500)
commitbcd67a2fe97eaf3f83b5ddb72aaffff34f4d441f
treeacef534c52df90d59966bf724b47bec932f9d18b
parent9d884a34c343641f7ab3c24377d7ec0970df4eea
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