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

From Stephan Szabo
Subject Re: Using VIEW to simplify code...
Date
Msg-id 20021119145457.Y71165-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: Using VIEW to simplify code...  (Chris Gamache <cgg007@yahoo.com>)
Responses Re: Using VIEW to simplify code...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql

On Tue, 19 Nov 2002, Chris Gamache wrote:

> > If you want help, you must provide details.  The PG version number is
> > relevant also.
>
> 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.





pgsql-sql by date:

Previous
From: Chris Gamache
Date:
Subject: Re: Using VIEW to simplify code...
Next
From: Tom Lane
Date:
Subject: Re: Using VIEW to simplify code...