aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-05-20 22:38:37 -0400
committerBruce Momjian <bruce@momjian.us>2013-05-20 22:38:42 -0400
commitefc7952c89f3079c86156fae313255eadcd4a5e7 (patch)
treeb73485182d9b8ddbf05151547b56348bc734fb83
parent256f6ba78a379733ff05d3c3d2239ca7fc56fb9e (diff)
downloadpostgresql-efc7952c89f3079c86156fae313255eadcd4a5e7.tar.gz
postgresql-efc7952c89f3079c86156fae313255eadcd4a5e7.zip
9.3 release docs: fix DROP TABLE IF EXISTS
Patch from Joe Abbate.
-rw-r--r--doc/src/sgml/release-9.3.sgml5
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>