1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

9.3 release notes: fix SGML markup for DROP TABLE IF EXISTS

This commit is contained in:
Bruce Momjian
2013-05-21 08:06:32 -04:00
parent efc7952c89
commit 8955dac251

View File

@@ -743,7 +743,7 @@
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-DROPTABLE"><command>DROP TABLE IF 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) in the table name (Bruce Momjian)
</para> </para>