Re: WIP: updatable cursors in plpgsql

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: WIP: updatable cursors in plpgsql
Дата
Msg-id 162867790706112336n2db03bb2jfd93c6fc25a99743@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: updatable cursors in plpgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: updatable cursors in plpgsql
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Autovacuum launcher doesn't notice death of postmaster immediately