On Wed, Jun 5, 2013 at 5:31 AM, Mike Summers <msummers57@xxxxxxxxx> wrote: > It appears that the culprit is a cached query plan, the tables in the UNION > have changed and no long match however the View does not throw a "each UNION > query must have the same number of columns" error. > > Is there a way to force the View's query plan to be updated on each access? In postgresql, a view is simply a re-write driven by a rule. So when you use it it always creates a new plan. Are you sure you don't have > 1 view def in another schema or something? -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general