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

From Pavel Stehule
Subject Re: WIP: updatable cursors in plpgsql
Date
Msg-id 162867790706112336n2db03bb2jfd93c6fc25a99743@mail.gmail.com
Whole thread Raw
In response to Re: WIP: updatable cursors in plpgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
>
> As the code stands plpgsql will try to issue something like
>
>         UPDATE/DELETE ... WHERE CURRENT OF $1
>
> Since we don't try to do anything with the cursor name until runtime,
> it seems that this would work if we allowed a parameter symbol there.
> Offhand that doesn't look hard.
>

I tested it. It's great. Thank You
Pavel Stehule

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP: updatable cursors in plpgsql
Next
From: ITAGAKI Takahiro
Date:
Subject: Re: Autovacuum launcher doesn't notice death of postmaster immediately