pgsql: Fix documentation template for CREATE TRIGGER.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix documentation template for CREATE TRIGGER.
Date: 2014-06-21 14:21:04
Message-ID: E1WyMAC-0005Fy-G4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cbc0517c3200af091cb95c35322555f4f6782da4

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-06-21 14:57:26 pgsql: 9.4 release notes: adjust some entry wording
Previous Message Tom Lane 2014-06-20 22:22:01 pgsql: Add Asserts to verify that catalog cache keys are unique and not