Re: Problem with subquery joined to a view - Mailing list pgsql-sql

From Tom Lane
Subject Re: Problem with subquery joined to a view
Date
Msg-id 2357.974830609@sss.pgh.pa.us
Whole thread Raw
In response to Problem with subquery joined to a view  (Kyle <kyle@actarg.com>)
List pgsql-sql
Kyle <kyle@actarg.com> writes:
> The fourth "select" uses a regular subquery.  It gives the error:
> psql:datbug.sql:44: ERROR:  Sub-SELECT uses un-GROUPed attribute
> pay_req.wdate from outer query

This appears to work correctly in current sources.  In 7.0.* and before
grouped views do not work very well, because the rewriter effectively
expands them in-line, thus converting your outer query into a grouped
query (or making it not work at all, if it was already grouped :-().

See related bug report just a few minutes ago on pgsql-bugs.
        regards, tom lane


pgsql-sql by date:

Previous
From: Kyle
Date:
Subject: Problem with subquery joined to a view
Next
From: Ricardo Dias Marques
Date:
Subject: CREATE OR REPLACE VIEW