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

From Jae-Woong Hwnag
Subject Union on view and..
Date
Msg-id 00b901c0ad0b$d0b87950$0201a8c0@c1378213a
Whole thread Raw
In response to rtrim giving weird result  ("G. Anthony Reina" <reina@nsi.edu>)
Responses Re: Union on view and..  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-hackers
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 :)

Regards,
Jae








pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: rtrim giving weird result
Next
From: Stephan Szabo
Date:
Subject: Re: Union on view and..