|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.194 2005/10/17 16:24:18 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.195 2005/10/20 21:04:14 neilc Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="libpq"> |
@@ -1254,12 +1254,14 @@ in a future release. |
1254 | 1254 | </varlistentry> |
1255 | 1255 | </variablelist> |
1256 | 1256 |
|
1257 | | -Prepared statements for use with <function>PQexecPrepared</> can also be |
1258 | | -created by executing SQL <command>PREPARE</> statements. (But |
1259 | | -<function>PQprepare</> is more flexible since it does not require |
1260 | | -parameter types to be pre-specified.) Also, although there is no |
1261 | | -<application>libpq</> function for deleting a prepared statement, |
1262 | | -the SQL <command>DEALLOCATE</> statement can be used for that purpose. |
| 1257 | +Prepared statements for use with <function>PQexecPrepared</> can also |
| 1258 | +be created by executing SQL <xref linkend="sql-prepare" |
| 1259 | +endterm="sql-prepare-title"> statements. (But <function>PQprepare</> |
| 1260 | +is more flexible since it does not require parameter types to be |
| 1261 | +pre-specified.) Also, although there is no <application>libpq</> |
| 1262 | +function for deleting a prepared statement, the SQL <xref |
| 1263 | +linkend="sql-deallocate" endterm="sql-deallocate-title"> statement can |
| 1264 | +be used for that purpose. |
1263 | 1265 | </para> |
1264 | 1266 |
|
1265 | 1267 | <para> |
|