mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +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:
@@ -98,7 +98,7 @@ DROP SEQUENCE serial;
|
||||
<command>DROP SEQUENCE</command> conforms to the <acronym>SQL</acronym>
|
||||
standard, except that the standard only allows one
|
||||
sequence to be dropped per command, and apart from the
|
||||
<literal>IF EXISTS</> option, which is a <productname>PostgreSQL</>
|
||||
<literal>IF EXISTS</literal> option, which is a <productname>PostgreSQL</productname>
|
||||
extension.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
Reference in New Issue
Block a user