BUG #1592: "with hold" cursor problem

From: "Gabor Berenyi" <ber_(at)freemail(dot)hu>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1592: "with hold" cursor problem
Date: 2005-04-09 12:10:55
Message-ID: 20050409121055.BC785F0BC8@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1592
Logged by: Gabor Berenyi
Email address: ber_(at)freemail(dot)hu
PostgreSQL version: 8.0.0
Operating system: i86 Debian Linux 2.4.20
Description: "with hold" cursor problem
Details:

begin;
declare t cursor with hold for select function() as x from R;
commit;

Documentation says that the rows represented by a held cursor are copied
into a temporary file or memory area, but they are not, if they are results
of a function call. Instead, "commit" aborts the connection.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2005-04-10 19:44:42 Re: BUG #1586: Rollback of installation during a silent install with -qn option
Previous Message Enrico Weigelt 2005-04-08 01:05:32 Re: float conversion / presentation problem ?