On 14/03/2024 07:05, Evgeny Smirnov wrote:
The question (a short version): is it possible for a client to send two selects in the same transaction using the extended query protocol (without declaring cursors) and pull rows simultaneously by means of interleaving portal names and restricting fetch size in Execute commands.

Yes, that's possible.

Named portals created with the extended query protocol are the same as cursors, really. You can even use the Execute protocol message to fetch from cursor created with DECLARE CURSOR, or use FETCH command to fetch from a portal created with the Bind message.

--
Heikki Linnakangas
Neon (https://neon.tech)



Reply via email to