Re: Using VIEW to simplify code...

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Chris Gamache <cgg007(at)yahoo(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Using VIEW to simplify code...
Date: 2002-11-19 22:56:50
Message-ID: 20021119145457.Y71165-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2002-11-19 23:15:30 Re: Using VIEW to simplify code...
Previous Message Chris Gamache 2002-11-19 21:37:05 Re: Using VIEW to simplify code...