Re: WIP: updatable cursors in plpgsql - Mailing list pgsql-patches

From Tom Lane
Subject Re: WIP: updatable cursors in plpgsql
Date
Msg-id 10202.1181574719@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP: updatable cursors in plpgsql  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Responses Re: WIP: updatable cursors in plpgsql  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List pgsql-patches
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> 2007/6/11, Tom Lane <tgl@sss.pgh.pa.us>:
>> Why do we need this?
>>
> For stored procedures.

No, the question is what is the patch trying to accomplish, because
as far as I can see it's wrong.  It seems to be trying to insert the
plpgsql name of the cursor, which is not necessarily the SQL name.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: WIP: updatable cursors in plpgsql
Next
From: "Pavel Stehule"
Date:
Subject: Re: WIP: updatable cursors in plpgsql