pgsql: Fix documentation template for CREATE TRIGGER. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Fix documentation template for CREATE TRIGGER.
Date
Msg-id E1WyMAC-0005Fw-Fz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/07353de4fbcd7ee93a445dc6bf2bb32f05fffef1

Modified Files
--------------
doc/src/sgml/ref/create_trigger.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Fix documentation template for CREATE TRIGGER.
Next
From: Kevin Grittner
Date:
Subject: pgsql: Fix documentation template for CREATE TRIGGER.