mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +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:
@@ -60,7 +60,7 @@ COMMIT [ WORK | TRANSACTION ]
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Issuing <command>COMMIT</> when not inside a transaction does
|
||||
Issuing <command>COMMIT</command> when not inside a transaction does
|
||||
no harm, but it will provoke a warning message.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
Reference in New Issue
Block a user