BUG #7913: TO_CHAR Function & Turkish collate

From: a_dursun(at)hotmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7913: TO_CHAR Function & Turkish collate
Date: 2013-03-02 12:46:14
Message-ID: E1UBlpO-0007X0-NU@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7913
Logged by: TO_CHAR Function & Turkish collate
Email address: a_dursun(at)hotmail(dot)com
PostgreSQL version: 9.2.0
Operating system: Linux
Description:

prod=# SELECT TO_CHAR('2013-03-01'::date,'DAY');
to_char
----------
FRİDAY
(1 row)
But it must return as FRIDAY.
Our database lc_collate is tr_TR.UTF-8 and encoding is UTF8.

Best regards,
Adnan DURSUN
Ankar/TURKEY

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Janes 2013-03-02 19:19:05 Re: BUG #7853: Incorrect statistics in table with many dead rows.
Previous Message fburgess 2013-03-01 19:55:42 Re: Excessive space allocations in Postgresql 9.1.6 system files causing the file system to run out of space.