Re: Grouping by date range - Mailing list pgsql-general

From Tom Lane
Subject Re: Grouping by date range
Date
Msg-id 16855.1061409098@sss.pgh.pa.us
Whole thread Raw
In response to Re: Grouping by date range  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: Grouping by date range  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-general
Bruno Wolff III <bruno@wolff.to> writes:
> On Wed, Aug 20, 2003 at 13:44:59 -0500,
>   Ron Johnson <ron.l.johnson@cox.net> wrote:
>> The GROUP BY does implicit sorting, so an ORDER BY on the exact same
>> column(s) as the GROUP BY is redundant.

> That is an implementation detail, not a promise. With hashed aggregates
> in 7.4, you might find this isn't true.

s/might/will/

            regards, tom lane

pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Collation rules and multi-lingual databases
Next
From: Tom Lane
Date:
Subject: Re: Buglist