From: Neil Conway Date: Thu, 20 Oct 2005 21:04:14 +0000 (+0000) Subject: Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs. X-Git-Tag: REL8_1_0BETA4~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61abd9a3fb7a5ed50106adfdfa451154478c9070;p=thirdparty%2Fpostgresql.git Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs. --- 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 @@ @@ -1254,12 +1254,14 @@ in a future release. -Prepared statements for use with PQexecPrepared can also be -created by executing SQL PREPARE statements. (But -PQprepare is more flexible since it does not require -parameter types to be pre-specified.) Also, although there is no -libpq function for deleting a prepared statement, -the SQL DEALLOCATE statement can be used for that purpose. +Prepared statements for use with PQexecPrepared can also +be created by executing SQL statements. (But PQprepare +is more flexible since it does not require parameter types to be +pre-specified.) Also, although there is no libpq +function for deleting a prepared statement, the SQL statement can +be used for that purpose.