Union on view and..

From: "Jae-Woong Hwnag" <jaewh(at)email(dot)com>
To: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Union on view and..
Date: 2001-03-15 04:53:02
Message-ID: 00b901c0ad0b$d0b87950$0201a8c0@c1378213a
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2001-03-15 05:09:52 Re: Union on view and..
Previous Message Tom Lane 2001-03-15 04:10:56 Re: rtrim giving weird result