mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +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:
@ -75,7 +75,7 @@ COMMIT PREPARED <replaceable class="parameter">transaction_id</replaceable>
|
||||
<title id="sql-commit-prepared-examples-title">Examples</title>
|
||||
<para>
|
||||
Commit the transaction identified by the transaction
|
||||
identifier <literal>foobar</>:
|
||||
identifier <literal>foobar</literal>:
|
||||
|
||||
<programlisting>
|
||||
COMMIT PREPARED 'foobar';
|
||||
|
Reference in New Issue
Block a user