Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs

Lists: pgsql-hackers
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs
Date: 1999-07-07 17:31:36
Message-ID: 26476.931368696@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
>> This is not done --- I wasn't willing to try to do such a thing by
>> myself when we were already in 6.5 beta. It's on my todo list for 6.6.

> On your list. Good. I can't possibly figure out how to describe this
> bug.

If you want a TODO entry try
* INSERT ... SELECT ... GROUP BY groups by target columns not source columns

There are other failure modes associated with this bug but that one will
do for the list.

regards, tom lane