Re: Union on view and.. - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: Union on view and..
Date
Msg-id Pine.BSF.4.21.0103142106490.8324-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Union on view and..  ("Jae-Woong Hwnag" <jaewh@email.com>)
List pgsql-hackers
If you're willing to wait or use the betas, 7.1 
should probably do both of these.  (Won't 
quite make toast though).

[Although I believe the second'll be something
like: select * from (select * from table) alias;]

On Wed, 14 Mar 2001, Jae-Woong Hwnag wrote:

> Hi, all,
> 
> Could somebody tell me if there is a work around to 
> create "union on view" (which seems not implemented
> in the postgres yet) ?
> 
> Also, is there any alternative query that can do:
> 
> select * from (select * from table);
> 
> I could not find an answer from the old archieve,
> and sorry if this has been answered previously.
> (I am new here :)



pgsql-hackers by date:

Previous
From: "Jae-Woong Hwnag"
Date:
Subject: Union on view and..
Next
From: "Ken Hirsch"
Date:
Subject: Re: rtrim giving weird result