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:
@@ -71,7 +71,7 @@ DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable>
|
||||
<title>Notes</title>
|
||||
|
||||
<para>
|
||||
<command>DROP DATABASE</> cannot be executed inside a transaction
|
||||
<command>DROP DATABASE</command> cannot be executed inside a transaction
|
||||
block.
|
||||
</para>
|
||||
|
||||
|
Reference in New Issue
Block a user