Index: create_constraint.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/create_constraint.sgml,v retrieving revision 1.16 diff -c -r1.16 create_constraint.sgml *** doc/src/sgml/ref/create_constraint.sgml 16 Oct 2006 19:33:12 -0000 1.16 --- doc/src/sgml/ref/create_constraint.sgml 17 Oct 2006 06:48:14 -0000 *************** *** 52,58 **** 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 assigned by the server). Use this assigned name when dropping the trigger. --- 52,58 ---- 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 assigned by the server). Use this assigned name when dropping the trigger. *************** *** 60,71 **** ! events One of INSERT, UPDATE, or DELETE; this specifies the event that will fire the ! trigger. Multiple events can be specified using OR. --- 60,71 ---- ! event One of INSERT, UPDATE, or DELETE; this specifies the event that will fire the ! trigger. Multiple events can be specified using OR.