Re: Can portals interleave with other portals

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Evgeny Smirnov <evgeny(dot)v(dot)smirnov(at)gmail(dot)com>
Cc: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: Re: Can portals interleave with other portals
Date: 2024-03-13 04:55:47
Message-ID: 1982248.1710305747@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Evgeny Smirnov <evgeny(dot)v(dot)smirnov(at)gmail(dot)com> writes:
> A Postgresql backend is capable of operating multiple portals within a
> transaction and switching between them on and off. For instance such a code
> results in an expected outcome:
> ...
> Is the same possible for conventional selects issued with extended query
> protocol?

AFAIR, a portal is a portal. Have you tried it? If it didn't do
what you expected, please provide a less handwavy example.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Evgeny Smirnov 2024-03-13 05:28:26 Re: Can portals interleave with other portals
Previous Message Evgeny Smirnov 2024-03-13 04:38:09 Can portals interleave with other portals