diff options
author | Tom Lane | 2004-04-22 11:46:22 +0000 |
---|---|---|
committer | Tom Lane | 2004-04-22 11:46:22 +0000 |
commit | 19f1649bedaf56182f01be96d44b678af9ce3cd7 (patch) | |
tree | a8f4bed03da336e252f8dbc6ef614a8295ef64ea | |
parent | c16fa67c87858e32a088074251a3ec4aefc1b1cb (diff) |
Put information about tag in Outputs section, where it belongs.
-rw-r--r-- | doc/src/sgml/ref/execute.sgml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/execute.sgml b/doc/src/sgml/ref/execute.sgml index 3e18c06186..a7312adc65 100644 --- a/doc/src/sgml/ref/execute.sgml +++ b/doc/src/sgml/ref/execute.sgml @@ -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 --> @@ -45,8 +45,6 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c </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, see <xref linkend="sql-prepare" endterm="sql-prepare-title">. </para> @@ -81,8 +79,16 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c </refsect1> <refsect1> - <title>Examples</> + <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> + <title>Examples</> + <para> Examples are given in the <xref linkend="sql-prepare-examples" endterm="sql-prepare-examples-title"> section of the <xref linkend="sql-prepare" endterm="sql-prepare-title"> documentation. |