|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.9 2004/04/2204:18:41 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.10 2004/04/2211:46:22 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -45,8 +45,6 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
|
45 | 45 | </para>
|
46 | 46 |
|
47 | 47 | <para>
|
48 |
| - The command tag returned by <command>EXECUTE</command> |
49 |
| - is that of the prepared statement, and not <literal>EXECUTE</>. |
50 | 48 | For more information on the creation and usage of prepared statements,
|
51 | 49 | see <xref linkend="sql-prepare" endterm="sql-prepare-title">.
|
52 | 50 | </para>
|
@@ -81,8 +79,16 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
|
81 | 79 | </refsect1>
|
82 | 80 |
|
83 | 81 | <refsect1>
|
84 |
| - <title>Examples</> |
| 82 | + <title>Outputs</title> |
85 | 83 | <para>
|
| 84 | + The command tag returned by <command>EXECUTE</command> |
| 85 | + is that of the prepared statement, and not <literal>EXECUTE</>. |
| 86 | + </para> |
| 87 | + </refsect1> |
| 88 | + |
| 89 | + <refsect1> |
| 90 | + <title>Examples</> |
| 91 | + <para> |
86 | 92 | Examples are given in the <xref linkend="sql-prepare-examples"
|
87 | 93 | endterm="sql-prepare-examples-title"> section of the <xref
|
88 | 94 | linkend="sql-prepare" endterm="sql-prepare-title"> documentation.
|
|