Re: Prepared statements considered harmful - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Prepared statements considered harmful
Date
Msg-id 200608311530.26423.peter_e@gmx.net
Whole thread Raw
In response to Re: Prepared statements considered harmful  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgsql-hackers
Am Donnerstag, 31. August 2006 15:18 schrieb Andreas Pflug:
> Not to mention problems with outdated plans after schema changes. Using
> views unplanned (replanned) when used in joins could lead to improved
> resulting plans (e.g. if the view contains outer joins itself).

Views don't contain execution plans.  I don't see how this is relevant.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Prepared statements considered harmful
Next
From: Andreas Pflug
Date:
Subject: Re: Prepared statements considered harmful