Re: Joins with aggregate data - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Joins with aggregate data
Date
Msg-id 20050708035505.GA56081@winnie.fuhr.org
Whole thread Raw
In response to Re: Joins with aggregate data  (Paul McGarry <paul.mcgarry@gmail.com>)
List pgsql-general
On Fri, Jul 08, 2005 at 01:37:54PM +1000, Paul McGarry wrote:
>
> Thank you Michael, your suggestion works a charm (though I didn't
> bother coalescing the two grp because I think the USING takes care of
> that anyway.

Oops, yeah -- I had started with "ON b.grp = g.grp" but changed it
to "USING (grp)" and neglected to get rid of that coalesce.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: index bloat
Next
From: Klint Gore
Date:
Subject: mail change for list?