Re: unexpected ORDER BY

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unexpected ORDER BY
Дата
Msg-id 18805.1289319047@sss.pgh.pa.us
обсуждение исходный текст
Ответ на unexpected ORDER BY  (Andreas <maps.on@gmx.net>)
Список pgsql-sql
Andreas <maps.on@gmx.net> writes:
> I've got an PG 8.4 on a opensuse box running.
> The DB is unicode german.

> There is a text column I'd like to order by but as far as I see PG 
> ignores special chars and uses only characters and numbers.

This is driven by the locale you're using, specifically the LC_COLLATE
setting.  If you want "plain ASCII" sort order, you need to switch to
C locale.
        regards, tom lane


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

Предыдущее
От: Andreas
Дата:
Сообщение: unexpected ORDER BY
Следующее
От: Bryce Nesbitt
Дата:
Сообщение: "slow lock" log in addition to log_min_duration_statement ?