1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Add usage examples for PREPARE and EXECUTE. Original patch from Gavin

Sherry, editorializing by Neil Conway.
This commit is contained in:
Neil Conway
2004-01-26 17:26:31 +00:00
parent 146aab497e
commit f30d39e706
2 changed files with 34 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.7 2003/11/29 19:51:38 pgsql Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.8 2004/01/26 17:26:30 neilc Exp $
PostgreSQL documentation
-->
@@ -78,6 +78,15 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
</variablelist>
</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.
</para>
</refsect1>
<refsect1>
<title>Compatibility</title>