Fix inconsistancies in field names. From Tom Samplonius <tom@sdf.com>.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 12 Sep 2000 05:30:06 +0000 (05:30 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 12 Sep 2000 05:30:06 +0000 (05:30 +0000)
doc/src/sgml/ref/create_trigger.sgml

index 2a6775fdc5841db292a93cb6fccafbbbd925f789..0d83e3409d8e1bf2690a12db97aff544aac3f24b 100644 (file)
@@ -63,7 +63,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
       </listitem>
      </varlistentry>
      <varlistentry>
-      <term><replaceable class="parameter">funcname</replaceable></term>
+      <term><replaceable class="parameter">func</replaceable></term>
       <listitem>
        <para>
        A user-supplied function.
@@ -110,8 +110,8 @@ CREATE
   <para>
    <command>CREATE TRIGGER</command> will enter a new trigger into the current
    data base.  The trigger will be associated with the relation
-   <replaceable class="parameter">relname</replaceable> and will execute
-   the specified function <replaceable class="parameter">funcname</replaceable>.
+   <replaceable class="parameter">table</replaceable> and will execute
+   the specified function <replaceable class="parameter">func</replaceable>.
   </para>
 
   <para>