Re: Subselect returns too many attributes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Scott Muir" <wsmuir(at)islandnet(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Subselect returns too many attributes
Date: 2001-03-24 02:34:03
Message-ID: 11926.985401243@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Scott Muir" <wsmuir(at)islandnet(dot)com> writes:
> when I view it again either from pgaccess or using psql, the subselect has
> had added to the fields it returns, all the other fields in the group by or
> in the where clause... this still seems to work okay..

This is a bug ... it's fixed in 7.1 ...

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-03-24 03:25:57 Re: Subselect returns too many attributes
Previous Message Scott Muir 2001-03-24 01:52:10 Subselect returns too many attributes