pass open cursor via USING in execute staement

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема pass open cursor via USING in execute staement
Дата
Msg-id 168557387260.1230014.3975398352224062825@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: pass open cursor via USING in execute staement  (Laurenz Albe <laurenz.albe@cybertec.at>)
Re: pass open cursor via USING in execute staement  (Kirk Wolak <wolakk@gmail.com>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/plpgsql-statements.html
Description:

Should be documented if this statement is allowed or not (if not, maybe set
as desired feature :-) )

EXECUTE format('update %I set col1=$1, col2=now() WHERE current of $3',
tabname)
   USING myVal, myOpenCursor;

В списке pgsql-docs по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: confusing positioning of notes in connection settings
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: pass open cursor via USING in execute staement