View Single Post

   
  #6 (permalink)  
Old 04-18-2008, 11:13 AM
Pavel Stehule
 
Posts: n/a
Default Re: WIP: updatable cursors in plpgsql

>
> 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

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote