9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS
authorBruce Momjian
Tue, 21 May 2013 12:06:32 +0000 (08:06 -0400)
committerBruce Momjian
Tue, 21 May 2013 12:06:32 +0000 (08:06 -0400)
doc/src/sgml/release-9.3.sgml

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