Re: Issues with german 'Umlaute'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Issues with german 'Umlaute'
Дата
Msg-id 811.1035381864@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Issues with german 'Umlaute'  (Nicolaus Erichsen <nico.erichsen@hsh-berlin.com>)
Ответы Re: Issues with german 'Umlaute'  ("Iavor Raytchev" <iavor.raytchev@verysmall.org>)
Список pgsql-bugs
Nicolaus Erichsen <nico.erichsen@hsh-berlin.com> writes:
> I recently found a problem with sorting german 'Umlaute' .

Sounds like you did not set the right locale when creating the database.
You need to be careful to run initdb with LANG (or LC_ALL or at least
LC_COLLATE) set to what you want, probably "de_DE".

> All this happens with a database  created with encoding ='latin1'.

Encoding is not the issue, locale is.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: now() gives the time of the last commit, not the time it
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 'pg_dump --create' forgets database encoding