Fixes for CREATE CONSTRAINT manual page.
authorBruce Momjian
Tue, 17 Oct 2006 12:53:03 +0000 (12:53 +0000)
committerBruce Momjian
Tue, 17 Oct 2006 12:53:03 +0000 (12:53 +0000)
Michael Paesold

doc/src/sgml/ref/create_constraint.sgml

index 5ebbadeecc81997a1d81c1bc2b08e1d815688b30..9600647bf672fae9168620c30c8af92b44672263 100644 (file)
@@ -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</literal> (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 INSERTUPDATE, 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</literal>.