Is this done? I have added it to the list.
> Michael J Davis <michael.j.davis@tvguide.com> writes:
> > The following select fails:
> >> select invoiceid + 3 as type, memberid, 1, max(TotShippingHandling)
> >> from InvoiceLineDetails
> >> where TotShippingHandling <> 0
> >> group by type, memberid limit 10;
> > ERROR: replace_agg_clause: variable not in target list
>
> Yeah, "GROUP BY" on anything but a primitive column is still pretty
> hosed. I'm going to try to work on it this weekend.
>
> regards, tom lane
>
>
-- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610)
853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill,
Pennsylvania19026