Re: Deleting prepared statements from libpq.

Поиск
Список
Период
Сортировка
От Dmitry Igrishin
Тема Re: Deleting prepared statements from libpq.
Дата
Msg-id CAAfz9KMGAL0H_yNYcoSYsfFUz_q8x+nsct3bEkhYVVVDDZXefA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Deleting prepared statements from libpq.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Does people favor to have matrix data type?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Inheritance