diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_trigger.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_trigger.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_trigger.sgml b/doc/src/sgml/ref/drop_trigger.sgml index c8b69813ce5..30c92605497 100644 --- a/doc/src/sgml/ref/drop_trigger.sgml +++ b/doc/src/sgml/ref/drop_trigger.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_trigger.sgml,v 1.10 2002/04/21 19:02:39 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_trigger.sgml,v 1.11 2002/04/23 02:07:16 tgl Exp $ PostgreSQL documentation --> @@ -46,7 +46,7 @@ DROP TRIGGER <replaceable class="PARAMETER">name</replaceable> ON <replaceable c <term><replaceable class="PARAMETER">table</replaceable></term> <listitem> <para> - The name of a table. + The name (optionally schema-qualified) of a table. </para> </listitem> </varlistentry> @@ -97,7 +97,7 @@ ERROR: DropTrigger: there is no trigger <replaceable class="PARAMETER">name</rep Description </title> <para> - <command>DROP TRIGGER</command> will remove all references to an existing + <command>DROP TRIGGER</command> will remove an existing trigger definition. To execute this command the current user must be the owner of the table for which the trigger is defined. </para> |