diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 2a2f4f9cfec..0faed314c97 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)