Re: bind variables, soft vs hard parse - Mailing list pgsql-hackers

From Michael Alan Dorman
Subject Re: bind variables, soft vs hard parse
Date
Msg-id 87irusae3n.fsf@hero.mallet-assembly.org
Whole thread Raw
In response to Re: bind variables, soft vs hard parse  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> Unless you use something like pgpool, in which case a single session
> may include multiple requests.

Actually, I've found pgpool to be no better when it comes to using
real prepared queries---there's no guarantee that any given request is
going to connect to the same pgpool process as before, so it won't
have the prepared request.

Mike


pgsql-hackers by date:

Previous
From: "Pollard, Mike"
Date:
Subject: Re: question about count(b) where b is a custom type
Next
From: Tino Wildenhain
Date:
Subject: Re: question about count(b) where b is a custom type