Re: BUG #4451: initcap() function capitalizes incorrectly

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #4451: initcap() function capitalizes incorrectly
Дата
Msg-id 48EA366A.8050601@enterprisedb.com
обсуждение исходный текст
Ответ на Re: BUG #4451: initcap() function capitalizes incorrectly  ("Scott Vanderbilt" <datagenic@gmail.com>)
Список pgsql-bugs
Scott Vanderbilt wrote:
> Note sure what the correct settings should be, but output from SHOW
> ALL in psql says:
>
> lc_collate      C
> lc_ctype       C

There's a chapter on locale support in the user manual:

http://www.postgresql.org/docs/8.3/interactive/locale.html

The right setting depends on what language's collation rules you want to
follow. "locale -a" in a shell should list the available options.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: "Scott Vanderbilt"
Дата:
Сообщение: Re: BUG #4451: initcap() function capitalizes incorrectly
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: index bloat in 8.4-dev