Обсуждение: Subsequent request from pg client

Поиск
Список
Период
Сортировка

Subsequent request from pg client

От
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? 

Re: Subsequent request from pg client

От
Tom Lane
Дата:
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