Extended Query, flush or sync ?

Поиск
Список
Период
Сортировка
От Raimon Fernandez
Тема Extended Query, flush or sync ?
Дата
Msg-id AC4D2602-8300-41E5-BF48-67C39CD95BBF@montx.com
обсуждение исходный текст
Ответ на Re: Extended Query using the Frontend/Backend Protocol 3.0  (Raimon Fernandez <coder@montx.com>)
Ответы Re: Extended Query, flush or sync ?  (John DeSoi <desoi@pgedit.com>)
Re: Extended Query, flush or sync ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello,

It's not clear for me if I have to issue a flush or sync after each process of an extended query.

It's almost working for me only when I send a sync, but not when I send a flush. With the flush, the connection seems
freezed,or at least, I don't get any data from postgre. 


- Send the parse command
- sync
- Receive the ParseComplete
-sync
- Send the Bind
- sync
- Receive the BincComplete
- send the Execute
- receive an error => "portal xxxxxxx does not exist"


thanks,

regards,


r.

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

Предыдущее
От: Chris Ernst
Дата:
Сообщение: Extracting SQL from logs in a usable format
Следующее
От: Rory Campbell-Lange
Дата:
Сообщение: Re: Extracting SQL from logs in a usable format