Re: Using VIEW to simplify code...

From: Chris Gamache <cgg007(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Using VIEW to simplify code...
Date: 2002-11-19 23:40:35
Message-ID: 20021119234035.68562.qmail@web13805.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


--- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michiel Lange 2002-11-20 00:16:12 trying to learn plpqsql... so please forgive..
Previous Message Tom Lane 2002-11-19 23:15:30 Re: Using VIEW to simplify code...