Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2f6c8453cf3f38a70adbcb59489630cd5be92570
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-03-02T16:39:18Z
Releases: 9.1.0
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.

Files

PathChange+/−
doc/src/sgml/ref/create_trigger.sgml modified +4 −3