Re: killing old connections

Поиск
Список
Период
Сортировка
От Joshua Leshan
Тема Re: killing old connections
Дата
Msg-id Pine.LNX.3.96.1000607100741.3770I-100000@diner.ug.eds.com
обсуждение исходный текст
Ответ на killing old connections  ("Tim White" <twhite@friendlyworks.com>)
Список pgsql-admin
Did you get an answer to this?

If you are on a unix machine you can check the processes (using ps)
 and then grep for pgsql or the postgres user.

Once you have that list, you can kill the individual processes (if you have
the proper permissions).

Jd

On Tue, 6 Jun 2000, Tim White wrote:

> Is there a way to view the active/inactive connections to PostgreSQL 6.5.3?
> And if so is it possible to kill those that are inactive?  I'm having
> difficulty in testing using a Java application, where connections are
> established and then not being destroyed properly.  This causes me to get an
> error message stating that there are "...too many clients already.".
>
> Any help is greatly appreciated.
>
> Tim White
>


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

Предыдущее
От: R D
Дата:
Сообщение: pg_dump and OID in 7.0.1
Следующее
От: Herbert Rabago Ambos
Дата:
Сообщение: Re: web-based reporting from PostgreSQL