Martijn van Oosterhout <kleptog(at)svana(dot)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