BUG #7913: TO_CHAR Function & Turkish collate - Mailing list pgsql-bugs

From a_dursun@hotmail.com
Subject BUG #7913: TO_CHAR Function & Turkish collate
Date
Msg-id E1UBlpO-0007X0-NU@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #7913: TO_CHAR Function & Turkish collate  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@hotmail.com
PostgreSQL version: 9.2.0
Operating system:   Linux
Description:        =


prod=3D# SELECT TO_CHAR('2013-03-01'::date,'DAY');
 to_char
----------
 FR=C4=B0DAY
(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

pgsql-bugs by date:

Previous
From:
Date:
Subject: Re: Excessive space allocations in Postgresql 9.1.6 system files causing the file system to run out of space.
Next
From: Jeff Janes
Date:
Subject: Re: BUG #7853: Incorrect statistics in table with many dead rows.