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