-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
+endterm="sql-prepare-title"> 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
+linkend="sql-deallocate" endterm="sql-deallocate-title"> statement can
+be used for that purpose.