pgsql: Fix erroneous documentation of the syntax of CREATE CONSTRAINT T - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix erroneous documentation of the syntax of CREATE CONSTRAINT T
Date
Msg-id E1Pup5P-0001RQ-F4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER.

The grammar requires a specific ordering of the clauses, but the
documentation showed a different order.  This error was introduced in
commit b47953f9c69d48a9261bd643e3170017b93f6337, which merged the CREATE
CONSTRAINT TRIGGER documentation into the CREATE TRIGGER page.  There is
no code bug AFAICS.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2f6c8453cf3f38a70adbcb59489630cd5be92570

Modified Files
--------------
doc/src/sgml/ref/create_trigger.sgml |    7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Support for DragonFly BSD