Re: PostgreSQL 9.0.3 - collate/ctype order by hu_HU.UTF8 is not correct sorting

Поиск
Список
Период
Сортировка
От Radosław Smogura
Тема Re: PostgreSQL 9.0.3 - collate/ctype order by hu_HU.UTF8 is not correct sorting
Дата
Msg-id 201102061539.08521.rsmogura@softperience.eu
обсуждение исходный текст
Ответ на Re: PostgreSQL 9.0.3 - collate/ctype order by hu_HU.UTF8 is not correct sorting  (Adam PAPAI <adam.papai@bsdsupportservice.hu>)
Список pgsql-general
Adam PAPAI <adam.papai@bsdsupportservice.hu> Sunday 06 February 2011 14:13:51
> Radosław Smogura wrote:
> > You need to create database with LC_COLLATE="hu_HU.utf8", e.g.
> >
> > CREATE DATABASE tx2 ENCODING='UTF-8' TEMPLATE=template0
> > LC_COLLATE='pl_PL.utf8';
>
> Are you running it under FreeBSD?

No, Gentoo. But, without creating db with LC_COLLATE I get wrong sroting too.

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

Предыдущее
От: Yves Weißig
Дата:
Сообщение: Re: effective_io_concurrency
Следующее
От: Herouth Maoz
Дата:
Сообщение: What's canceling autovacuum tasks?