mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Don't use SGML empty tags
For DocBook XML compatibility, don't use SGML empty tags (</>) anymore, replace by the full tag name. Add a warning option to catch future occurrences. Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@@ -83,7 +83,7 @@ DROP COLLATION [ IF EXISTS ] <replaceable>name</replaceable> [ CASCADE | RESTRIC
|
||||
<title>Examples</title>
|
||||
|
||||
<para>
|
||||
To drop the collation named <literal>german</>:
|
||||
To drop the collation named <literal>german</literal>:
|
||||
<programlisting>
|
||||
DROP COLLATION german;
|
||||
</programlisting></para>
|
||||
@@ -95,7 +95,7 @@ DROP COLLATION german;
|
||||
<para>
|
||||
The <command>DROP COLLATION</command> command conforms to the
|
||||
<acronym>SQL</acronym> standard, apart from the <literal>IF
|
||||
EXISTS</> option, which is a <productname>PostgreSQL</> extension.
|
||||
EXISTS</literal> option, which is a <productname>PostgreSQL</productname> extension.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user