From: Bruce Momjian Date: Tue, 21 May 2013 02:38:37 +0000 (-0400) Subject: 9.3 release docs: fix DROP TABLE IF EXISTS X-Git-Tag: XL9_5_R1BETA1~313^2~1^2~1640 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=efc7952c89f3079c86156fae313255eadcd4a5e7;p=postgres-xl.git 9.3 release docs: fix DROP TABLE IF EXISTS Patch from Joe Abbate. --- diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 2a2f4f9cfe..0faed314c9 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -742,8 +742,9 @@ - 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)