From: Bruce Momjian Date: Fri, 21 Jul 2000 04:37:10 +0000 (+0000) Subject: Cleanujp X-Git-Tag: REL7_1_BETA~885 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=268bdd723777baf02e5c7383505239d464a216bf;p=thirdparty%2Fpostgresql.git Cleanujp --- 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 @@ @@ -120,7 +120,7 @@ ERROR Relation "name" Does Not Exis To destroy two tables, films and - distributors: + distributors: DROP TABLE films, distributors;