From 268bdd723777baf02e5c7383505239d464a216bf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 21 Jul 2000 04:37:10 +0000 Subject: [PATCH] Cleanujp --- doc/src/sgml/ref/drop_table.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml index 5c90c18b1f..7e0b85d6af 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;