Re: Deleting prepared statements from libpq.
Dmitry Igrishin <dmitigr@gmail.com>
From: Dmitry Igrishin <dmitigr@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2016-05-25T17:42:12Z
Lists: pgsql-hackers
2016-05-25 16:50 GMT+03:00 Tom Lane <tgl@sss.pgh.pa.us>: > Dmitry Igrishin <dmitigr@gmail.com> writes: > > "there is no libpq function for deleting a prepared statement". > > Could you tell me please, what is the reason for this? > > You don't really need one, since you can just use DEALLOCATE. > Yes, but there are also Parse(F) message, while anybody can just use PREPARE. -- // Dmitry.
Commits
-
libpq: Add support for Close on portals and statements
- 28b572656184 17.0 landed
-
Fix incorrect error message in libpq_pipeline
- 451ca5c1e699 14.9 landed
- 4fd633df5080 15.4 landed
- f69a7f08fd01 16.0 landed