problem with union and outer join using a view

Merrill Oveson <merrill@actarg.com>

From: Merrill Oveson <merrill@actarg.com>
To: pgsql-bugs@postgresql.org
Date: 2000-07-05T16:04:27Z
Lists: pgsql-bugs
Developers:

I need to create a view that contains a query with an outer join.
Since outer joins are not supported, I used a union.

The problem, now, is that unions are not supported with views.

How soon until this is fixed?
Any suggestions?

Merrill