Re: Prepared statement already exists - Mailing list pgsql-general

From WireSpot
Subject Re: Prepared statement already exists
Date
Msg-id b2d4b0380811200624w10ba769erd3f9cdf944132969@mail.gmail.com
Whole thread Raw
In response to Re: Prepared statement already exists  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
On Thu, Nov 20, 2008 at 16:07, Alvaro Herrera
<alvherre@commandprompt.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.

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: Prepared statement already exists
Next
From: "Brandon Metcalf"
Date:
Subject: example of really weird caching (or whatever) problem