Skip to content

Commit 2ceee7a

Browse files
author
Thomas G. Lockhart
committed
Fix inconsistancies in field names. From Tom Samplonius <tom@sdf.com>.
1 parent aebfaf7 commit 2ceee7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/create_trigger.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.10 2000/04/07 19:20:48 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.11 2000/09/12 05:30:06 thomas Exp $
33
Postgres documentation
44
-->
55

@@ -63,7 +63,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
6363
</listitem>
6464
</varlistentry>
6565
<varlistentry>
66-
<term><replaceable class="parameter">funcname</replaceable></term>
66+
<term><replaceable class="parameter">func</replaceable></term>
6767
<listitem>
6868
<para>
6969
A user-supplied function.
@@ -110,8 +110,8 @@ CREATE
110110
<para>
111111
<command>CREATE TRIGGER</command> will enter a new trigger into the current
112112
data base. The trigger will be associated with the relation
113-
<replaceable class="parameter">relname</replaceable> and will execute
114-
the specified function <replaceable class="parameter">funcname</replaceable>.
113+
<replaceable class="parameter">table</replaceable> and will execute
114+
the specified function <replaceable class="parameter">func</replaceable>.
115115
</para>
116116

117117
<para>

0 commit comments

Comments
 (0)