Is it possible to create a cursor with hold using extended query protocol

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Is it possible to create a cursor with hold using extended query protocol
Date: 2024-07-10 14:50:45
Message-ID: CADK3HH+NOnp_4vJadWw3nQU=ubW+HLv4tpyczwBFLsnGkjKoKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rafia Sabih 2024-07-10 14:54:22 Re: Possible incorrect row estimation for Gather paths
Previous Message Nathan Bossart 2024-07-10 14:46:41 Re: Add a GUC check hook to ensure summarize_wal cannot be enabled when wal_level is minimal