Thread: [GENERAL] PortalSuspended

[GENERAL] PortalSuspended

From
Rui Pacheco
Date:
Hello,

Is there a way to force the backend to send a PortalSuspended message to the front-end? Perhaps emulate a particular
loador a specific sequence of sql commands sent from the front-end? 

Re: [GENERAL] PortalSuspended

From
Tom Lane
Date:
Rui Pacheco <rui.pacheco@gmail.com> writes:
> Is there a way to force the backend to send a PortalSuspended message to
> the front-end?

In your Execute message, request fewer rows than you know the portal will
produce.

            regards, tom lane