aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-10-20 21:04:14 +0000
committerNeil Conway <neilc@samurai.com>2005-10-20 21:04:14 +0000
commit61abd9a3fb7a5ed50106adfdfa451154478c9070 (patch)
treedf90ecf36daaf922056a129fc551915cff11edc2 /doc/src
parent78ce809216face4867cccb1ce207c9e35440c1e5 (diff)
downloadpostgresql-61abd9a3fb7a5ed50106adfdfa451154478c9070.tar.gz
postgresql-61abd9a3fb7a5ed50106adfdfa451154478c9070.zip
Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq.sgml16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 69aebfc83ab..eafbaa777f5 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -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">
@@ -1254,12 +1254,14 @@ in a future release.
</varlistentry>
</variablelist>
-Prepared statements for use with <function>PQexecPrepared</> can also be
-created by executing SQL <command>PREPARE</> statements. (But
-<function>PQprepare</> is more flexible since it does not require
-parameter types to be pre-specified.) Also, although there is no
-<application>libpq</> function for deleting a prepared statement,
-the SQL <command>DEALLOCATE</> statement can be used for that purpose.
+Prepared statements for use with <function>PQexecPrepared</> can also
+be created by executing SQL <xref linkend="sql-prepare"
+endterm="sql-prepare-title"> statements. (But <function>PQprepare</>
+is more flexible since it does not require parameter types to be
+pre-specified.) Also, although there is no <application>libpq</>
+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>