From 61abd9a3fb7a5ed50106adfdfa451154478c9070 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 20 Oct 2005 21:04:14 +0000 Subject: [PATCH] Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs. --- doc/src/sgml/libpq.sgml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 69aebfc83a..eafbaa777f 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. -- GitLab