Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 268bdd7

Browse files
committed
Cleanujp
1 parent d07d5d8 commit 268bdd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/drop_table.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.6 1999/07/22 15:09:11 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.7 2000/07/21 04:37:10 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -120,7 +120,7 @@ ERROR Relation "<replaceable class="parameter">name</replaceable>" Does Not Exis
120120
</title>
121121
<para>
122122
To destroy two tables, <literal>films</literal> and
123-
<command>distributors</command>:
123+
<literal>distributors</literal>:
124124

125125
<programlisting>
126126
DROP TABLE films, distributors;

0 commit comments

Comments
 (0)