Re: behavior at the end of a transaction

Поиск
Список
Период
Сортировка
От Radosław Smogura
Тема Re: behavior at the end of a transaction
Дата
Msg-id e6183bea6ede88fc21eb7639f83adfc4@mail.softperience.eu
обсуждение исходный текст
Ответ на Re: behavior at the end of a transaction  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: behavior at the end of a transaction  (Jean-Max Reymond <jmreymond@gmail.com>)
Список pgsql-jdbc
On Mon, 19 Sep 2011 15:34:19 -0500, Kevin Grittner wrote:
> Jean-Max Reymond <jmreymond@gmail.com> wrote:
>
>> On commit or rollback statement, I expect that all the cursors
>> are closed (all my Resultset not closed) in the postgres database.
>> is it correct ?
>
> No.
>
> http://www.postgresql.org/docs/9.1/interactive/sql-declare.html
>
> In particular, see the WITH/WITHOUT HOLD section.
>
> -Kevin

Don't worry, If you "forget" result sets, when those will be GCed then
cursors will be closed soon, too.

Regards,
Radosław Smogura

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: binary patch problems
Следующее
От: Mikko Tiihonen
Дата:
Сообщение: Re: binary patch problems