Re: BUG #2218: Variables selected in VIEWs under different names break queries using those views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nicholas" <hb(at)x256(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2218: Variables selected in VIEWs under different names break queries using those views
Date: 2006-01-29 20:14:59
Message-ID: 9851.1138565699@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Nicholas" <hb(at)x256(dot)com> writes:
> Description: Variables selected in VIEWs under different names break
> queries using those views

This is a poor description, the problem actually seems to be related to
using sub-SELECTs in bitmap index scan conditions. Patch is here if you
need it before 8.1.3 comes out:

http://archives.postgresql.org/pgsql-committers/2006-01/msg00382.php

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David Fetter 2006-01-29 21:50:08 BUG #2221: Bad delimiters allowed in COPY ... TO
Previous Message Tom Lane 2006-01-29 18:58:19 Re: bug with aggregate + multi column index + index_scan