Re: WITH HOLD and pooled connections

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: WITH HOLD and pooled connections
Дата
Msg-id 20030809021209.GB89892@home.samurai.com
обсуждение исходный текст
Ответ на Re: WITH HOLD and pooled connections  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: WITH HOLD and pooled connections  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Fri, Aug 08, 2003 at 04:00:22PM -0400, Tom Lane wrote:
> Prepared statements would be just as much of a problem.  I think the
> correct answer is simply "don't use those features in a pooled
> environment".

Well, unless you're prepared to manually manage these resources
yourself (i.e. DEALLOCATE a prepared query when you're finished
with it, CLOSE a holdable cursor).

-Neil



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: WITH HOLD and pooled connections
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: Correlation in cost_index()