Fix documentation template for CREATE TRIGGER.
authorKevin Grittner <kgrittn@postgresql.org>
Sat, 21 Jun 2014 14:17:04 +0000 (09:17 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sat, 21 Jun 2014 14:17:04 +0000 (09:17 -0500)
commit734bea8a69db9ffd675a697f614e80baeb2ca854
tree689d84c1fb98f639edc31b993bbb9dbfab111dce
parent8b38a538c0aa5a432dacd90f10805dc667a3d1a0
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