Re: PGSQL 7.4.8 : idle in transaction problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PGSQL 7.4.8 : idle in transaction problem
Дата
Msg-id 11430.1121827475@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PGSQL 7.4.8 : idle in transaction problem  (FM <dist-list@LEXUM.UMontreal.CA>)
Ответы Re: PGSQL 7.4.8 : idle in transaction problem
Список pgsql-admin
FM <dist-list@LEXUM.UMontreal.CA> writes:
> What is strange is that users on all DB (not only DB1) are affected by
> the JBOSS <idle in transaction>.
> I understand that it locked DB1 but why it also locked users on others DB ?

You should define "locked" more carefully: exactly what behavior are you
seeing that you don't like?

If it's a matter of whether VACUUM removes rows or not, that's expected:
open-transaction bookkeeping is done across the whole cluster.  (This is
not something simple to change, since we may have to consider
transaction IDs in shared catalogs.)

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Mirroring problem with PostgreSQL
Следующее
От: guo weidong
Дата:
Сообщение: can not start the postgresql, i use gentoo