Thread: Subsequent request from pg client

Subsequent request from pg client

From
Abdul Matin
Date:
Can postgres client send subsequent requests without receiving response? If so, how does the postgres client correlate between a request and its response? Where can I get more hints about it? 

Re: Subsequent request from pg client

From
Tom Lane
Date:
Abdul Matin <abdulmatincuetcse17@gmail.com> writes:
> Can postgres client send subsequent requests without receiving response? If
> so, how does the postgres client correlate between a request and its
> response? Where can I get more hints about it?

https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-PIPELINING

See also the pipelining-related functions in recent libpq versions.

            regards, tom lane