Re: Subsequent request from pg client

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Subsequent request from pg client
Дата
Msg-id 2601957.1702478440@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Subsequent request from pg client  (Abdul Matin <abdulmatincuetcse17@gmail.com>)
Список pgsql-hackers
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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Move walreceiver state assignment (to WALRCV_STREAMING) in WalReceiverMain()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fix bug with indexes on whole-row expressions