From: Bruce Momjian Date: Tue, 17 Oct 2006 12:53:03 +0000 (+0000) Subject: Fixes for CREATE CONSTRAINT manual page. X-Git-Tag: REL8_2_BETA2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10d9bbaf012b5de4c92da7f2a879cf19938041fc;p=postgresql Fixes for CREATE CONSTRAINT manual page. Michael Paesold --- diff --git a/doc/src/sgml/ref/create_constraint.sgml b/doc/src/sgml/ref/create_constraint.sgml index 5ebbadeecc..9600647bf6 100644 --- a/doc/src/sgml/ref/create_constraint.sgml +++ b/doc/src/sgml/ref/create_constraint.sgml @@ -1,5 +1,5 @@ @@ -52,7 +52,7 @@ CREATE CONSTRAINT TRIGGER name The name of the constraint trigger. The actual name of the created trigger will be of the form - RI_ConstraintTrigger_0000 (where 0000 is some number + RI_ConstraintTrigger_0000 (where 0000 is some number assigned by the server). Use this assigned name when dropping the trigger. @@ -60,12 +60,12 @@ CREATE CONSTRAINT TRIGGER name - events + event One of INSERT, UPDATE, or DELETE; this specifies the event that will fire the - trigger. Multiple events can be specified using OR. + trigger. Multiple events can be specified using OR.