diff options
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <listitem> <para> - Allow <command>DROP TABLE IF NOT EXISTS</> to succeed when a - non-existent schema is specified in the table name (Bruce Momjian) + Allow <link linkend="SQL-DROPTABLE"><command>DROP TABLE IF + EXISTS</> to succeed when a non-existent schema is specified + in the table name (Bruce Momjian) </para> <para> |