Re: Extended queries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Extended queries
Date
Msg-id 10530.1134628623@sss.pgh.pa.us
Whole thread Raw
In response to Re: Extended queries  (Tatsuo Ishii <ishii@sraoss.co.jp>)
List pgsql-hackers
Tatsuo Ishii <ishii@sraoss.co.jp> writes:
> My point is, message xyz is immediately delivered or not is not very
> cleary described in the docs.
> For example in "simple" quries at the completion of the commands
> CommandComplete is immediately delivered despite it's not cleary
> stated in the docs.

Well, the protocol doc says
    The simple Query message is approximately equivalent to the series Parse,    Bind, portal Describe, Execute, Close,
Sync,using the unnamed ...                                           ^^^^
 

and it's the Sync part that ensures prompt delivery.  But feel free to
propose improved wording.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Extended queries
Next
From: Mark Kirkwood
Date:
Subject: Re: 7.3 failure on platypus