Re: Postgres is not closing JDBC connection .. Please help

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres is not closing JDBC connection .. Please help
Дата
Msg-id 10133.1063636194@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres is not closing JDBC connection .. Please help  (Deepak Malhotra <deepakjm@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "S.P.Vimala"
Дата:
Сообщение: upgrade of 7.2.2-1 to 7.3.4
Следующее
От: "Gaetano Mendola"
Дата:
Сообщение: Re: Report Generator Proposal