Spotted by Dmitriy Igrishin. Back-patch to 8.2, which is when the PREPARE
statement was improved to allow parameter types to be omitted.
-
+
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>
+ statements. Also, although there is no
libpq>
function for deleting a prepared statement, the SQL
linkend="sql-deallocate"> statement
can be used for that purpose.