Re: Odd DEALLOCATE statements never finish in 9.2?

Поиск
Список
Период
Сортировка
От Craig James
Тема Re: Odd DEALLOCATE statements never finish in 9.2?
Дата
Msg-id CAFwQ8rd91u6mOS4bxfN9=dLJDbUnbd1_rr=PXwYhn28B8m43TQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Odd DEALLOCATE statements never finish in 9.2?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin


On Thu, Oct 18, 2012 at 2:54 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Craig James <cjames@emolecules.com> writes:
> I installed 9.2 on our new server and am seeing something odd that doesn't
> happen in 8.4:

> postgres=# select datname, pid, usename, query from pg_stat_activity where
> query != '<IDLE>';

The query column now means "current or last query" --- there's a
separate column to check for the idle status.  Those DEALLOCATEs
are evidently what your app does before going idle.

Nice feature.  Thanks.

Craig
 

                        regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Odd DEALLOCATE statements never finish in 9.2?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Migration from Postgresql 9 to Oracle 10g