Re: [GENERAL] Frontend/Backend protocol question.

2012-03-14 Thread Albe Laurenz
Dmitriy Igrishin wrote: > 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

[GENERAL] Frontend/Backend protocol question.

2012-03-13 Thread Dmitriy Igrishin
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 n