9.3 release docs: fix DROP TABLE IF EXISTS
authorBruce Momjian
Tue, 21 May 2013 02:38:37 +0000 (22:38 -0400)
committerBruce Momjian
Tue, 21 May 2013 02:38:42 +0000 (22:38 -0400)
Patch from Joe Abbate.

doc/src/sgml/release-9.3.sgml

index 2a2f4f9cfecf7bb1b8ef9c384bd08e12ca407666..0faed314c97ec8d8b3bb48931b32a6bf3c2f7063 100644 (file)
 
       
        
-        Allow DROP TABLE IF NOT EXISTS to succeed when a
-        non-existent schema is specified in the table name (Bruce Momjian)
+        Allow DROP TABLE IF
+        EXISTS to succeed when a non-existent schema is specified
+        in the table name (Bruce Momjian)