Fix documentation template for CREATE TRIGGER.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 734bea8a69db9ffd675a697f614e80baeb2ca854
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2014-06-21T14:17:04Z
Releases: 9.5.0
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