Re: How to force disconnections from a Perl script?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to force disconnections from a Perl script?
Дата
Msg-id 18622.1171939437@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to force disconnections from a Perl script?  (Csaba Nagy <nagy@ecircle-ag.com>)
Ответы Re: How to force disconnections from a Perl script?  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-general
Csaba Nagy <nagy@ecircle-ag.com> writes:
> And pg_stat will only show you running queries, not the idle
> connections.

Nonsense.  pg_stat_activity + "kill -TERM" should solve this problem
reasonably well.  Some of us don't trust kill -TERM 100%, which is why
it's not currently exposed as a standard function, but if you're using
a reasonably recent PG release it's probably safe.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Why *exactly* is date_trunc() not immutable ?
Следующее
От: David Fetter
Дата:
Сообщение: Re: complex referential integrity constraints