Re: Stable sort?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Stable sort?
Дата
Msg-id 21192.1162998286@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Stable sort?  ("redhog" <redhog@redhog.org>)
Ответы Re: Stable sort?
Список pgsql-general
"redhog" <redhog@redhog.org> writes:
> My question was if the order of two
> elements whose internal order is not affected by the current ordering
> clause, still may change places due to technicalities.

Postgres usually sorts using qsort(), which (on most platforms) is not
stable in that sense.

            regards, tom lane

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

Предыдущее
От: "Woody Woodring"
Дата:
Сообщение: Re: WAL ends before end time of backup dump
Следующее
От: Erik Jones
Дата:
Сообщение: Re: Question on inserting and querying at the same time.