Re: default ordering of query result - are they always guarantee - Mailing list pgsql-general

From Igor Neyman
Subject Re: default ordering of query result - are they always guarantee
Date
Msg-id F4C27E77F7A33E4CA98C19A9DC6722A205FE7B6F@EXCHANGE.corp.perceptron.com
Whole thread Raw
In response to Re: default ordering of query result - are they always guarantee  (Scott Marlowe <scott.marlowe@gmail.com>)
Responses Re: default ordering of query result - are they always guarantee  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general

> -----Original Message-----
> From: Scott Marlowe [mailto:scott.marlowe@gmail.com]
> Sent: Wednesday, May 19, 2010 4:15 AM
> To: A. Kretschmer
> Cc: pgsql-general@postgresql.org
> Subject: Re: default ordering of query result - are they
> always guarantee
>
> ...................................
> ...................................
>
> Just for reference I once had three separate oracle dbas
> saying my pg server was broken because group by came out in
> random order (due to hash aggregates).
>

Must be not very good dbas :)
Oracle never guaranteed that "GROUP BY" returns sorted results.
It's just happened that in earlier Oracle versions they were sorted due
to algorithm being used for GROUP BY.
But again, Oracle never guaranteed it.



pgsql-general by date:

Previous
From: Giancarlo Boaron
Date:
Subject: Some undefined function errors
Next
From: Scott Marlowe
Date:
Subject: Re: default ordering of query result - are they always guarantee