Re: killing old connections - Mailing list pgsql-admin

From Joshua Leshan
Subject Re: killing old connections
Date
Msg-id Pine.LNX.3.96.1000607100741.3770I-100000@diner.ug.eds.com
Whole thread Raw
In response to killing old connections  ("Tim White" <twhite@friendlyworks.com>)
List 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 by date:

Previous
From: R D
Date:
Subject: pg_dump and OID in 7.0.1
Next
From: Herbert Rabago Ambos
Date:
Subject: Re: web-based reporting from PostgreSQL