Re: default ordering of query result - are they always guarantee

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: default ordering of query result - are they always guarantee
Дата
Msg-id 20100519073835.GC3066@a-kretschmer.de
обсуждение исходный текст
Ответ на Re: default ordering of query result - are they always guarantee  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: default ordering of query result - are they always guarantee  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
In response to Guillaume Lelarge :
> > This is the default behavior I want. However, I am not sure whether this is always guarantee? Or shall I explicitly
makethe query in the following form? 
>
> An you're right. It's not guaranted. The only guaranted way is to use
> ORDER BY your_column.

ACK. One reason is the new feature 'synchronised scan' sind 8.3. It's a
big performance boost, but engendered unsorted results. (if there is not
the ORDER BY - statement)

Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99

В списке pgsql-general по дате отправления:

Предыдущее
От: Malm Paul
Дата:
Сообщение: metadata on a table
Следующее
От: Malm Paul
Дата:
Сообщение: Re: metadata on a table