Re: Using VIEW to simplify code... - Mailing list pgsql-sql

From Tom Lane
Subject Re: Using VIEW to simplify code...
Date
Msg-id 26637.1037747730@sss.pgh.pa.us
Whole thread Raw
In response to Re: Using VIEW to simplify code...  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: Using VIEW to simplify code...
List pgsql-sql
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> On Tue, 19 Nov 2002, Chris Gamache wrote:
>> Understood. PostgreSQL 7.2.3.

> 7.3 will be better for this. There were questions about the safety
> of pushing clauses down in queries with union and intersect and
> earlier versions wouldn't push down because we weren't sure it was
> safe.  Except will still be problematic, but union and intersect should be
> much happier.

Yeah, the UNIONs in the view are definitely the big problem.  Can you
try on 7.3rc1 and see how it goes?
        regards, tom lane


pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Using VIEW to simplify code...
Next
From: Chris Gamache
Date:
Subject: Re: Using VIEW to simplify code...