Re: BUG #1555: bug in GROUP BY?

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Peter Cottingham <cottingh(at)rci(dot)rutgers(dot)edu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1555: bug in GROUP BY?
Date: 2005-03-27 07:02:37
Message-ID: 20050326230150.C4952@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, 21 Mar 2005, Peter Cottingham wrote:

> Appears that the GROUP BY clause is not working correctly on new server
> (GROUP BY should order the result set in ASCENDING order, NOT DESCENDING
> order.) See below

I do not believe this is a bug. Result sets have no guaranteed ordering
unless you give an ORDER BY.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-03-27 07:26:02 Re: BUG #1563: wrong week returnded by date_trunc('week',
Previous Message Tom Lane 2005-03-27 06:46:23 Re: BUG #1555: bug in GROUP BY?