diff options
Diffstat (limited to 'doc/src/sgml/ref/create_constraint.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_constraint.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_constraint.sgml b/doc/src/sgml/ref/create_constraint.sgml index 76d41fd345f..c5af73ad42a 100644 --- a/doc/src/sgml/ref/create_constraint.sgml +++ b/doc/src/sgml/ref/create_constraint.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.6 2002/04/21 19:02:39 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_constraint.sgml,v 1.7 2002/04/23 02:07:15 tgl Exp $ PostgreSQL documentation --> @@ -56,7 +56,8 @@ CREATE CONSTRAINT TRIGGER <replaceable class="parameter">name</replaceable> <term><replaceable class="PARAMETER">relation</replaceable></term> <listitem> <para> - Table name of the triggering relation. + The name (possibly schema-qualified) of the relation in which + the triggering events occur. </para> </listitem> </varlistentry> @@ -118,7 +119,7 @@ CREATE CONSTRAINT Description </title> <para> - <command>CREATE CONSTRAINT TRIGGER</command> is used from inside of + <command>CREATE CONSTRAINT TRIGGER</command> is used within <command>CREATE/ALTER TABLE</command> and by <application>pg_dump</application> to create the special triggers for referential integrity. |