Fix documentation template for CREATE TRIGGER.

Kevin Grittner <kgrittn@postgresql.org>

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