Re: Using VIEW to simplify code...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: Chris Gamache <cgg007(at)yahoo(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Using VIEW to simplify code...
Date: 2002-11-19 23:15:30
Message-ID: 26637.1037747730@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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?

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Chris Gamache 2002-11-19 23:40:35 Re: Using VIEW to simplify code...
Previous Message Stephan Szabo 2002-11-19 22:56:50 Re: Using VIEW to simplify code...