ORDER BY 1 COLLATE

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема ORDER BY 1 COLLATE
Дата
Msg-id 1303157332.14718.11.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: ORDER BY 1 COLLATE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
This came from a review by Noah Misch a great while ago:

test=> SELECT b FROM foo ORDER BY 1 COLLATE "C";
ERROR:  42804: collations are not supported by type integer

According to SQL92, this should be supported.  Do we want to bother?  It
doesn't look hard to fix, so it's really only a question of whether this
would be useful, or its absence would be too confusing.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Open issues for collations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ORDER BY 1 COLLATE