Disconnect sessions and session timeouts

Поиск
Список
Период
Сортировка
От Len Walter
Тема Disconnect sessions and session timeouts
Дата
Msg-id 25b9fbe9050731204010aaa276@mail.gmail.com
обсуждение исходный текст
Ответы Re: Disconnect sessions and session timeouts  (Ian Harding <harding.ian@gmail.com>)
Список pgsql-general
Hi,

I'm looking to solve a problem where a client application is leaving
idle sessions open, eventually filling up the maximum connections and
stopping anyone from connecting.

It seems like there's no way to disconnect sessions after a given idle
timeout. There is a statement timeout, but that won't terminate the
session.

Is there any way to disconnect a given session? In oracle you'd do
something like "alter system kill session 'sid,serial#'". I've tried
parsing the output of ps -efa to find out which postgres processes
below to clients that should be disconnected, then sending them TERM
or QUIT signals, but TERM has no effect and QUIT puts the whole
database into recovery mode.

Thanks in advance,
Len

--
Len Walter len.walter@gmail.com http://crookedtimbre.net

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

Предыдущее
От: William Bug
Дата:
Сообщение: Re: Tool for database design documentation?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postmaster