Re: problem with union and outer join using a view

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Merrill Oveson <merrill@actarg.com>
Cc: pgsql-bugs@postgresql.org
Date: 2000-07-05T17:21:27Z
Lists: pgsql-bugs
Merrill Oveson <merrill@actarg.com> writes:
> How soon until this is fixed?

The plans are to fix it in 7.2, which might be half a year or so away.

> Any suggestions?

For now, don't use a view.  Perhaps you can embed the query in a
function or something so that you don't have to look at it ...

			regards, tom lane