Re: PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements - Mailing list pgsql-general

From Adrian Klaver
Subject Re: PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements
Date
Msg-id 3d1058fe-ac68-fbbe-e79e-d07d97d05638@aklaver.com
Whole thread Raw
In response to PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements  (Bryn Llewellyn <bryn@yugabyte.com>)
Responses Re: PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements
List 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 by date:

Previous
From: Bryn Llewellyn
Date:
Subject: PL/pgSQL's "open cur for execute" provides workarouned... Re: cursors with prepared statements
Next
From: FOUTE K. Jaurès
Date:
Subject: Re: Call a Normal function inside a Trigger Function