Re: Postgres is not closing JDBC connection .. Please help - Mailing list pgsql-admin

From Tom Lane
Subject Re: Postgres is not closing JDBC connection .. Please help
Date
Msg-id 10133.1063636194@sss.pgh.pa.us
Whole thread Raw
In response to Postgres is not closing JDBC connection .. Please help  (Deepak Malhotra <deepakjm@yahoo.com>)
List pgsql-admin
=?iso-8859-1?q?Deepak=20Malhotra?= <deepakjm@yahoo.com> writes:
> I am using jdbc driver for PostgreSQL to connect to
> the database and when I am closing the database
> connection using Java but it seems PostgreSQL does not
> close the connection actually.

You've got that backwards: Java is not closing the Postgres connection.
You could be falling afoul of connection-pooling features in the JDBC
driver, perhaps.  Ask in the JDBC list if you need more help.

            regards, tom lane

pgsql-admin by date:

Previous
From: "S.P.Vimala"
Date:
Subject: upgrade of 7.2.2-1 to 7.3.4
Next
From: "Gaetano Mendola"
Date:
Subject: Re: Report Generator Proposal