Extended Query Protocol Question

Поиск
Список
Период
Сортировка
От Greg
Тема Extended Query Protocol Question
Дата
Msg-id 770075.92327.qm@web24304.mail.ird.yahoo.com
обсуждение исходный текст
Ответы Re: Extended Query Protocol Question  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi all. I cant get my head around Extended Query message flow in Frontend/Backend protocol v3.

From documentation I understand that I have to sent Parse, Bind and Execute messages and expect responses: ParseComplete & ReadyForQuery for Prase, BindComplete & ReadyForQuery for Bind and as for Execute reponse I should get DataRow(s).
so far I'm getting proper reponses for Prase & Bind but when I send Execute message I get an error "ERROR C34000M portal "MyPortal" does not exist F.\src\backend\tcop\postgres.c L1810Rexec_execute_message'.

Why this message is been displayed after I get ParseComplete & BindComplete messages?

Thanks.

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

Предыдущее
От: Arvind Sharma
Дата:
Сообщение: Re: Triggers, Stored Procedures to Aggregate table ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Extended Query Protocol Question