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:
@@ -87,12 +87,12 @@ EXECUTE <replaceable class="parameter">name</replaceable> [ ( <replaceable class
|
||||
<title>Outputs</title>
|
||||
<para>
|
||||
The command tag returned by <command>EXECUTE</command>
|
||||
is that of the prepared statement, and not <literal>EXECUTE</>.
|
||||
is that of the prepared statement, and not <literal>EXECUTE</literal>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>Examples</>
|
||||
<title>Examples</title>
|
||||
<para>
|
||||
Examples are given in the <xref linkend="sql-prepare-examples"
|
||||
endterm="sql-prepare-examples-title"> section of the <xref
|
||||
|
Reference in New Issue
Block a user