Re: Statement Pooling

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: Janning <ml(at)planwerk6(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Statement Pooling
Date: 2010-06-02 13:57:37
Message-ID: 4c066354.0164730a.669e.ffffa214@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 02, 2010 at 10:10:24AM +0200, Janning wrote:
> But I remember a post of tom lane who said that prepared statements get
> replaned since 8.4 if underlying statistics change. But I really can't find it.
> Maybe I do not remember correctly.

I saw a similar post yesterday, and think I was wrong in my original
assertion that they wouldn't be replanned. So now I'm thinking don't bother
manually refreshing your prepared statements, because postgresql will do it
for you :)

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Tolley 2010-06-02 14:02:58 Re: postgres authentication against Windows Domain
Previous Message David Fetter 2010-06-02 13:57:10 Re: server-side extension in c++