mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.194 2005/10/17 16:24:18 tgl Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.195 2005/10/20 21:04:14 neilc Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="libpq">
|
<chapter id="libpq">
|
||||||
@ -1254,12 +1254,14 @@ in a future release.
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
Prepared statements for use with <function>PQexecPrepared</> can also be
|
Prepared statements for use with <function>PQexecPrepared</> can also
|
||||||
created by executing SQL <command>PREPARE</> statements. (But
|
be created by executing SQL <xref linkend="sql-prepare"
|
||||||
<function>PQprepare</> is more flexible since it does not require
|
endterm="sql-prepare-title"> statements. (But <function>PQprepare</>
|
||||||
parameter types to be pre-specified.) Also, although there is no
|
is more flexible since it does not require parameter types to be
|
||||||
<application>libpq</> function for deleting a prepared statement,
|
pre-specified.) Also, although there is no <application>libpq</>
|
||||||
the SQL <command>DEALLOCATE</> statement can be used for that purpose.
|
function for deleting a prepared statement, the SQL <xref
|
||||||
|
linkend="sql-deallocate" endterm="sql-deallocate-title"> statement can
|
||||||
|
be used for that purpose.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user