Re: BUG #2218: Variables selected in VIEWs under different names break queries using those views - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2218: Variables selected in VIEWs under different names break queries using those views
Date
Msg-id 9851.1138565699@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2218: Variables selected in VIEWs under different names break queries using those views  ("Nicholas" <hb@pg.x256.org>)
List pgsql-bugs
"Nicholas" <hb@x256.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: bug with aggregate + multi column index + index_scan
Next
From: "David Fetter"
Date:
Subject: BUG #2221: Bad delimiters allowed in COPY ... TO