Re: Connection closing

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Connection closing
Дата
Msg-id 425B90E7.9060708@archonet.com
обсуждение исходный текст
Ответ на Connection closing  (Clifton Zama <csz@jhb.ucs.co.za>)
Список pgsql-general
Clifton Zama wrote:
> Hi
>
> What would cause a connection to automatically close within a java program.It
> gets to a point where I have an inner loop that calls a recursive method that
> creates resultsets.But I am closing all my result sets, so I do not know why
> the connection simply closes itself.Please help.

Turn logging on at the server (or turn the level of detail up). There
will be a line saying why the connection closed. Presumably there is a
status code available via JDBC too, but the server-side logs will tell
you whether PG or your client is closing the connection.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Log File Maintainance
Следующее
От: Michael Ben-Nes
Дата:
Сообщение: Re: PostgreSQL 8.0.2 Now Available