Re: Deleting prepared statements from libpq.

From: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Deleting prepared statements from libpq.
Date: 2016-05-25 17:42:12
Message-ID: CAAfz9KMGAL0H_yNYcoSYsfFUz_q8x+nsct3bEkhYVVVDDZXefA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2016-05-25 16:50 GMT+03:00 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:

> Dmitry Igrishin <dmitigr(at)gmail(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2016-05-25 17:56:04 Re: Inheritance
Previous Message Jim Nasby 2016-05-25 17:41:18 Re: Does people favor to have matrix data type?