Re: problem with union and outer join using a view

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Merrill Oveson <merrill(at)actarg(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: problem with union and outer join using a view
Date: 2000-07-05 17:21:27
Message-ID: 3415.962817687@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Merrill Oveson <merrill(at)actarg(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Christopher L. Cousins 2000-07-06 01:04:08 Re: upper() problem in 7.0.2
Previous Message Bruce Momjian 2000-07-05 16:18:23 Re: [PATCHES] Patch for Linux-IA64