Re: BUG #4451: initcap() function capitalizes incorrectly - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #4451: initcap() function capitalizes incorrectly
Date
Msg-id 48EA366A.8050601@enterprisedb.com
Whole thread Raw
In response to Re: BUG #4451: initcap() function capitalizes incorrectly  ("Scott Vanderbilt" <datagenic@gmail.com>)
List 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 by date:

Previous
From: "Scott Vanderbilt"
Date:
Subject: Re: BUG #4451: initcap() function capitalizes incorrectly
Next
From: Jeff Davis
Date:
Subject: Re: index bloat in 8.4-dev