BUG #1592: "with hold" cursor problem - Mailing list pgsql-bugs

From Gabor Berenyi
Subject BUG #1592: "with hold" cursor problem
Date
Msg-id 20050409121055.BC785F0BC8@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1592: "with hold" cursor problem
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1592
Logged by:          Gabor Berenyi
Email address:      ber_@freemail.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.

pgsql-bugs by date:

Previous
From: "Michael Williamson"
Date:
Subject: BUG #1591: BETWEEN NULL AND NULL causes crash
Next
From: "Michaela"
Date:
Subject: BUG #1590: Comparison Operation with Strings