1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Minor documentation cleanup and improvement.

This commit is contained in:
Neil Conway
2004-09-20 00:04:19 +00:00
parent fa8eb8a726
commit f6279e9ed7
10 changed files with 56 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_trigger.sgml,v 1.18 2003/11/29 19:51:38 pgsql Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_trigger.sgml,v 1.19 2004/09/20 00:04:19 neilc Exp $
PostgreSQL documentation
-->
@@ -51,8 +51,8 @@ DROP TRIGGER <replaceable class="PARAMETER">name</replaceable> ON <replaceable c
<term><replaceable class="PARAMETER">table</replaceable></term>
<listitem>
<para>
The name (optionally schema-qualified) of a table for which the
trigger is defined.
The name (optionally schema-qualified) of the table for which
the trigger is defined.
</para>
</listitem>
</varlistentry>