Fix documentation template for CREATE TRIGGER.

Kevin Grittner <kgrittn@postgresql.org>

Commit: cbc0517c3200af091cb95c35322555f4f6782da4
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2014-06-21T14:17:52Z
Releases: 9.1.14
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