pgsql: Fix erroneous documentation of the syntax of CREATE CONSTRAINT T

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix erroneous documentation of the syntax of CREATE CONSTRAINT T
Date: 2011-03-02 16:39:39
Message-ID: E1Pup5P-0001RQ-F4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-03-02 19:17:15 pgsql: Support for DragonFly BSD
Previous Message Tom Lane 2011-03-02 16:18:42 pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig