Frontend/Backend protocol question.

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Frontend/Backend protocol question.
Date: 2012-03-13 09:38:16
Message-ID: CAAfz9KO9wvpaxCOeTAM=BksesYzbJJuTLZ3EN=xsVU5yR5L5Bg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey all,

According to
http://www.postgresql.org/docs/9.1/static/protocol-flow.html#AEN91458
"is not actually necessary for the frontend to wait for
ReadyForQuery before issuing another command".

But is it necessary for frontend to wait for ReadyForQuery
before sending Describe message? Or is it necessary to
wait for RowDescription/NoData after sending Describe
before sending Query or, say, Prepare?

In short, is it necessary for frontend to wait for responses
on sent messages before sending a new ones?

Thanks!

--
// Dmitriy.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Gregorie 2012-03-13 11:46:34 Re: How to find compiled-in default port number?
Previous Message Виктор Егоров 2012-03-13 09:16:24 How to find compiled-in default port number?