Re: Subsequent request from pg client

2023-12-13 Thread Tom Lane
Abdul Matin 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-PIPELI

Subsequent request from pg client

2023-12-12 Thread Abdul Matin
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?