Re: [HACKERS] Allow ORDER BY a Function

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Allow ORDER BY a Function
Дата
Msg-id 199811212010.PAA01883@candle.pha.pa.us
обсуждение исходный текст
Ответ на Allow ORDER BY a Function  (David Hartwig <daveh@insightdist.com>)
Список pgsql-hackers
Updated.

> 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.
> 
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

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