From: Tom Lane Date: Thu, 22 Apr 2004 11:46:22 +0000 (+0000) Subject: Put information about tag in Outputs section, where it belongs. X-Git-Tag: REL8_0_0BETA1~778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19f1649bedaf56182f01be96d44b678af9ce3cd7;p=postgresql Put information about tag in Outputs section, where it belongs. --- 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 @@ @@ -45,8 +45,6 @@ EXECUTE plan_name [ ( - The command tag returned by EXECUTE - is that of the prepared statement, and not EXECUTE. For more information on the creation and usage of prepared statements, see . @@ -81,8 +79,16 @@ EXECUTE plan_name [ ( - Examples</> + <title>Outputs + The command tag returned by EXECUTE + is that of the prepared statement, and not EXECUTE. + + + + + 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.