Re: Prepared statement already exists

From: WireSpot <wirespot(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Prepared statement already exists
Date: 2008-11-20 14:24:14
Message-ID: b2d4b0380811200624w10ba769erd3f9cdf944132969@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Nov 20, 2008 at 16:07, Alvaro Herrera
<alvherre(at)commandprompt(dot)com> wrote:
> I guess if connections are persistent, you could clear them before each
> usage with DISCARD (8.3 only)

Again, I'd be losing the advantage of the already prepared statements.
Basically, what it comes down it is I want to benefit as much as
possible from previously prepared statements, while at the same time
avoiding name clashes.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brandon Metcalf 2008-11-20 14:31:24 example of really weird caching (or whatever) problem
Previous Message Sam Mason 2008-11-20 14:18:28 Re: Prepared statement already exists