From: Thomas G. Lockhart Date: Tue, 12 Sep 2000 05:30:06 +0000 (+0000) Subject: Fix inconsistancies in field names. From Tom Samplonius . X-Git-Tag: REL7_1_BETA~689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ceee7a22ba69179dccf1d8166223b2ff27dff97;p=postgresql Fix inconsistancies in field names. From Tom Samplonius . --- diff --git a/doc/src/sgml/ref/create_trigger.sgml b/doc/src/sgml/ref/create_trigger.sgml index 1b5d2329a1..c1b6e38029 100644 --- a/doc/src/sgml/ref/create_trigger.sgml +++ b/doc/src/sgml/ref/create_trigger.sgml @@ -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.