summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2013-05-21 12:06:32 +0000
committerBruce Momjian2013-05-21 12:06:32 +0000
commit8955dac2518b47cf902c22e972426309217c7d8a (patch)
tree7e789019ccccff6288f957e50adabf813c4ab8ff
parentefc7952c89f3079c86156fae313255eadcd4a5e7 (diff)
9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS
-rw-r--r--doc/src/sgml/release-9.3.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
index 0faed314c9..79a329d638 100644
--- a/doc/src/sgml/release-9.3.sgml
+++ b/doc/src/sgml/release-9.3.sgml
@@ -743,7 +743,7 @@
<listitem>
<para>
Allow <link linkend="SQL-DROPTABLE"><command>DROP TABLE IF
- EXISTS</> to succeed when a non-existent schema is specified
+ EXISTS</></link> to succeed when a non-existent schema is specified
in the table name (Bruce Momjian)
</para>