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