Fix typos noted by Halley Pacheco de Oliveira.
authorTom Lane
Mon, 1 Dec 2003 17:58:27 +0000 (17:58 +0000)
committerTom Lane
Mon, 1 Dec 2003 17:58:27 +0000 (17:58 +0000)
doc/src/sgml/ref/create_trigger.sgml

index 857066d963f34a55e866030a30c3d1c45b5feca6..46b98ca76e5b2d74fe61c914320bfb9ce0a63e4d 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -33,11 +33,11 @@ CREATE TRIGGER name { BEFORE | AFTE
    CREATE TRIGGER creates a new trigger.  The
    trigger will be associated with the specified table and will
    execute the specified function 
-   class="parameter">func when certain events occur.
+   class="parameter">funcname when certain events occur.
   
 
   
-   The trigger can be specified to fire either before before the
+   The trigger can be specified to fire either before the
    operation is attempted on a row (before constraints are checked and
    the INSERTUPDATE, or
    DELETE is attempted) or after the operation has
@@ -143,7 +143,7 @@ CREATE TRIGGER name { BEFORE | AFTE
    
 
    
-    func
+    funcname
     
      
       A user-supplied function that is declared as taking no arguments