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