-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.289.2.6 2010/08/10 02:57:19 rhaas Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.289.2.7 2010/08/29 15:19:19 tgl Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
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</>
+ endterm="sql-prepare-title"> statements.
+ 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.