Fix inconsistancies in field names. From Tom Samplonius .
authorThomas G. Lockhart
Tue, 12 Sep 2000 05:30:06 +0000 (05:30 +0000)
committerThomas G. Lockhart
Tue, 12 Sep 2000 05:30:06 +0000 (05:30 +0000)
doc/src/sgml/ref/create_trigger.sgml

index 1b5d2329a112bb1d5ffff81cb88adce6afe674be..c1b6e3802986728de62d6b1b119b33055578e42b 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -63,7 +63,7 @@ CREATE TRIGGER name { BEFORE | AFTE
       
      
      
-      funcname
+      func
       
        
    A user-supplied function.
@@ -110,8 +110,8 @@ CREATE
   
    CREATE TRIGGER will enter a new trigger into the current
    data base.  The trigger will be associated with the relation
-   relname and will execute
-   the specified function funcname.
+   table and will execute
+   the specified function func.