projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d07d5d8
)
Cleanujp
author
Bruce Momjian
<bruce@momjian.us>
Fri, 21 Jul 2000 04:37:10 +0000
(
04:37
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 21 Jul 2000 04:37:10 +0000
(
04:37
+0000)
doc/src/sgml/ref/drop_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/drop_table.sgml
b/doc/src/sgml/ref/drop_table.sgml
index 5c90c18b1f5643b0b8a13ddb1e5a6801af3d7a08..7e0b85d6af525adbb2b5509d45a6a54773447e73 100644
(file)
--- 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;