Re: Do AGGREGATES consistently use sort order?

Поиск
Список
Период
Сортировка
От Webb Sprague
Тема Re: Do AGGREGATES consistently use sort order?
Дата
Msg-id b11ea23c0709061143pcdb8d45l2d54831d898dd446@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Do AGGREGATES consistently use sort order?  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-general
order/aggregate thing is a general question.
>
> Yes.
>
> You can even do this with GROUP BY as long as the leading columns of the ORDER
> BY inside the subquery exactly matches the GROUP BY columns.
>
> In theory we can't promise anything about future versions of Postgres but
> there are lots of people doing this already so if ever this was lost there
> would probably be some new explicit way to achieve the same thing.

Does anyone have any spec links, oracle behavior, or whatever?  For
now I will trust Postgres to continue behaving sanely, but I am
curious.

Thx to Gregory for the quick reply

>
> --
>   Gregory Stark
>   EnterpriseDB          http://www.enterprisedb.com
>

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Alias "all fields"?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Need suggestion on how best to update 3 million rows