Re: Use a view as opposed to a table and it doesn't work!
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: gavin@consultant.com, pgsql-bugs@postgresql.org
Date: 2000-11-21T18:05:53Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes: > Use a view as opposed to a table and it doesn't work! This is a longstanding limitation in Postgres views. You can't do multiple levels of aggregation in a single query, and a view does not get you past that. It's fixed for 7.1, however. In current sources I get the expected answer. regards, tom lane