diff options
author | Bruce Momjian | 2013-05-21 12:06:32 +0000 |
---|---|---|
committer | Bruce Momjian | 2013-05-21 12:06:32 +0000 |
commit | 8955dac2518b47cf902c22e972426309217c7d8a (patch) | |
tree | 7e789019ccccff6288f957e50adabf813c4ab8ff | |
parent | efc7952c89f3079c86156fae313255eadcd4a5e7 (diff) |
9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 2 |
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> |