Is it possible to create a cursor with hold using extended query protocol
Dave Cramer <davecramer@gmail.com>
From: Dave Cramer <davecramer@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-10T14:50:45Z
Lists: pgsql-hackers
Greetings, There are suggestions that you can use extended query to fetch from a cursor, however I don't see how you can bind values to the cursor ? PostgreSQL: Documentation: 16: FETCH <https://www.postgresql.org/docs/16/sql-fetch.html> Is this possible? Dave Cramer