Fix documentation template for CREATE TRIGGER.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 07353de4fbcd7ee93a445dc6bf2bb32f05fffef1
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2014-06-21T14:17:36Z
Releases: 9.2.9
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.

Files

PathChange+/−
doc/src/sgml/ref/create_trigger.sgml modified +1 −1