Re: WITH HOLD and pooled connections

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: WITH HOLD and pooled connections
Дата
Msg-id 200308170443.h7H4hoN10589@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: WITH HOLD and pooled connections  (Neil Conway <neilc@samurai.com>)
Список pgsql-hackers
Added to TODO:
o Allow pooled connections to query prepared querieso Allow pooled connections to close all open WITH HOLD cursors

---------------------------------------------------------------------------

Neil Conway wrote:
> 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
> 
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: poorly written builtin functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Question with hashed IN