Re: VIEWs and TEMP tables problem - Mailing list pgsql-sql

From Tom Lane
Subject Re: VIEWs and TEMP tables problem
Date
Msg-id 28150.1140102315@sss.pgh.pa.us
Whole thread Raw
In response to Re: VIEWs and TEMP tables problem  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-sql
Markus Schaber <schabi@logix-tt.com> writes:
> Antal Attila wrote:
>> Is it BUG, or FEATURE? Has anybody got good ideas for solve this problem?

> It is a feature.

Right.  Note that one possible answer is, after you make the temp table,
to create a temp view referencing the temp table (and hiding the
permanent view in the same way as the temp table hides the permanent table).
        regards, tom lane


pgsql-sql by date:

Previous
From: "Daniel Caune"
Date:
Subject: Re: How to force PostgreSQL using an index
Next
From: Michael Burke
Date:
Subject: Using calculated columns as arguments in same SELECT