mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Put information about tag in Outputs section, where it belongs.
This commit is contained in:
parent
c16fa67c87
commit
19f1649bed
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.9 2004/04/22 04:18:41 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.10 2004/04/22 11:46:22 tgl Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -45,8 +45,6 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The command tag returned by <command>EXECUTE</command>
|
|
||||||
is that of the prepared statement, and not <literal>EXECUTE</>.
|
|
||||||
For more information on the creation and usage of prepared statements,
|
For more information on the creation and usage of prepared statements,
|
||||||
see <xref linkend="sql-prepare" endterm="sql-prepare-title">.
|
see <xref linkend="sql-prepare" endterm="sql-prepare-title">.
|
||||||
</para>
|
</para>
|
||||||
@ -80,6 +78,14 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
|
|||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>Outputs</title>
|
||||||
|
<para>
|
||||||
|
The command tag returned by <command>EXECUTE</command>
|
||||||
|
is that of the prepared statement, and not <literal>EXECUTE</>.
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Examples</>
|
<title>Examples</>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user