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

From Chris Gamache
Subject Re: Using VIEW to simplify code...
Date
Msg-id 20021119234035.68562.qmail@web13805.mail.yahoo.com
Whole thread Raw
In response to Re: Using VIEW to simplify code...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
--- Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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?

That's something to look forward to! I'm going to have to hold off upgrading
until y'all feel like 7.3rc1 should become 7.3.0. I wish we had a development
environment to use, but we don't.  I'll let you know how things fare after
that.

CG

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Using VIEW to simplify code...
Next
From: Michiel Lange
Date:
Subject: trying to learn plpqsql... so please forgive..