We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07d5d8 commit 268bdd7Copy full SHA for 268bdd7
doc/src/sgml/ref/drop_table.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
Postgres documentation
4
-->
5
@@ -120,7 +120,7 @@ ERROR Relation "<replaceable class="parameter">name</replaceable>" Does Not Exis
120
</title>
121
<para>
122
To destroy two tables, <literal>films</literal> and
123
- <command>distributors</command>:
+ <literal>distributors</literal>:
124
125
<programlisting>
126
DROP TABLE films, distributors;
0 commit comments