Allow ORDER BY a Function

Поиск
Список
Период
Сортировка
От David Hartwig
Тема Allow ORDER BY a Function
Дата
Msg-id 36570827.51D2EDF7@insightdist.com
обсуждение исходный текст
Ответы Re: [HACKERS] Allow ORDER BY a Function
Список pgsql-hackers
Bruce,

Small correction to the TODO list.    The "allow ORDER BY a function"
feature already exist in 6.4.
   EXAMPLES:
       SELECT foo FROM bar ORDER BY upper(foo);
       -- or any other expression for that matter
       SELECT foo FROM bar ORDER BY  att1 || att2;

It was done as part of the "allow GROUP BY a function" feature.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Problem with 6.3.2
Следующее
От: "Hui Chun Kit, Jacky"
Дата:
Сообщение: Questions on using multi-byte character in a field of a table (BIG5)