Re: which statements need bind/describe messages?

From: Abhijit Menon-Sen <ams(at)oryx(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: which statements need bind/describe messages?
Date: 2008-08-10 03:16:52
Message-ID: 20080810031652.GA23798@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 2008-08-09 15:57:42 +0530, ams(at)oryx(dot)com wrote:
>
> For which statements can I also avoid sending Bind and Describe?

I can't avoid sending Bind because Execute needs a portal and Bind is
what creates one. Let's pretend I didn't mention Bind at all. Sorry.

-- ams

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2008-08-10 12:44:20 Re: Replay attack of query cancel
Previous Message Euler Taveira de Oliveira 2008-08-10 01:31:28 temporary statistics option at initdb time