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.