mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -95,7 +95,7 @@ DROP FOREIGN TABLE films, distributors;
|
||||
<para>
|
||||
This command conforms to the ISO/IEC 9075-9 (SQL/MED), except that the
|
||||
standard only allows one foreign table to be dropped per command, and apart
|
||||
from the <literal>IF EXISTS</> option, which is a <productname>PostgreSQL</>
|
||||
from the <literal>IF EXISTS</literal> option, which is a <productname>PostgreSQL</productname>
|
||||
extension.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
Reference in New Issue
Block a user