Re: PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements
Дата
Msg-id 3d1058fe-ac68-fbbe-e79e-d07d97d05638@aklaver.com
обсуждение исходный текст
Ответ на PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements  (Bryn Llewellyn <bryn@yugabyte.com>)
Ответы Re: PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements  (Bryn Llewellyn <bryn@yugabyte.com>)
Список pgsql-general
On 4/16/23 11:02, Bryn Llewellyn wrote:> statement fails but doing this 
using PL/pgSQL succeeds.
> 
> What's going on under the covers?

Pretty sure:

https://www.postgresql.org/docs/current/spi.html

-- 
Adrian Klaver
adrian.klaver@aklaver.com




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

Предыдущее
От: Bryn Llewellyn
Дата:
Сообщение: PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements
Следующее
От: FOUTE K. Jaurès
Дата:
Сообщение: Re: Call a Normal function inside a Trigger Function