From 19f1649bedaf56182f01be96d44b678af9ce3cd7 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 22 Apr 2004 11:46:22 +0000 Subject: [PATCH] Put information about tag in Outputs section, where it belongs. --- doc/src/sgml/ref/execute.sgml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/execute.sgml b/doc/src/sgml/ref/execute.sgml index 3e18c061860..a7312adc653 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.