From efc7952c89f3079c86156fae313255eadcd4a5e7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 20 May 2013 22:38:37 -0400 Subject: [PATCH] 9.3 release docs: fix DROP TABLE IF EXISTS Patch from Joe Abbate. --- doc/src/sgml/release-9.3.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.40.0