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:
@@ -91,7 +91,7 @@ BEGIN [ WORK | TRANSACTION ] [ <replaceable class="parameter">transaction_mode</
|
||||
|
||||
<para>
|
||||
<xref linkend="sql-start-transaction"> has the same functionality
|
||||
as <command>BEGIN</>.
|
||||
as <command>BEGIN</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -101,7 +101,7 @@ BEGIN [ WORK | TRANSACTION ] [ <replaceable class="parameter">transaction_mode</
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Issuing <command>BEGIN</> when already inside a transaction block will
|
||||
Issuing <command>BEGIN</command> when already inside a transaction block will
|
||||
provoke a warning message. The state of the transaction is not affected.
|
||||
To nest transactions within a transaction block, use savepoints
|
||||
(see <xref linkend="sql-savepoint">).
|
||||
|
||||
Reference in New Issue
Block a user