On Fri, Feb 26, 2010 at 1:29 AM, Alex Hunsaker <[email protected]> wrote: > Prepared plans + exec plan (new guc/ protocol thing): > Use: not quite sure > Problems: slow because it would replan every time > Solutions: use a prepared plan with the appropriate things not > parametrized...? > > [ aka we already have this, its called dont use a prepared statement ]
The point is sometimes you'd like to replan every time, but not reparse every time. There's no way to do that ATM. ...Robert -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
