From: Bruce Momjian Date: Tue, 21 May 2013 12:06:32 +0000 (-0400) Subject: 9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS X-Git-Tag: REL9_3_BETA2~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8955dac2518b47cf902c22e972426309217c7d8a;p=postgresql 9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS --- diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 0faed314c9..79a329d638 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -743,7 +743,7 @@ 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)