diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-07-21 04:37:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-07-21 04:37:10 +0000 |
commit | 268bdd723777baf02e5c7383505239d464a216bf (patch) | |
tree | 60eb9bec562d8ea860c17223b730d41a55922739 | |
parent | d07d5d8d0182b69c8043fdb1ea95b35abfe15e61 (diff) | |
download | postgresql-268bdd723777baf02e5c7383505239d464a216bf.tar.gz postgresql-268bdd723777baf02e5c7383505239d464a216bf.zip |
Cleanujp
-rw-r--r-- | doc/src/sgml/ref/drop_table.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml index 5c90c18b1f5..7e0b85d6af5 100644 --- a/doc/src/sgml/ref/drop_table.sgml +++ b/doc/src/sgml/ref/drop_table.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.6 1999/07/22 15:09:11 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.7 2000/07/21 04:37:10 momjian Exp $ Postgres documentation --> @@ -120,7 +120,7 @@ ERROR Relation "<replaceable class="parameter">name</replaceable>" Does Not Exis </title> <para> To destroy two tables, <literal>films</literal> and - <command>distributors</command>: + <literal>distributors</literal>: <programlisting> DROP TABLE films, distributors; |