Extended Query Protocol Question - Mailing list pgsql-novice

From Greg
Subject Extended Query Protocol Question
Date
Msg-id 770075.92327.qm@web24304.mail.ird.yahoo.com
Whole thread Raw
Responses Re: Extended Query Protocol Question
List 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 by date:

Previous
From: Arvind Sharma
Date:
Subject: Re: Triggers, Stored Procedures to Aggregate table ?
Next
From: Tom Lane
Date:
Subject: Re: Extended Query Protocol Question