Re: BUG #5818: initdb lose the single quote of locale

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: yulei <yu1ei(at)hotmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
Subject: Re: BUG #5818: initdb lose the single quote of locale
Date: 2011-04-20 07:07:51
Message-ID: 4DAE8647.9020207@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 07.01.2011 08:42, yulei wrote:
>
> The following bug has been logged online:
>
> Bug reference: 5818
> Logged by: yulei
> Email address: yu1ei(at)hotmail(dot)com
> PostgreSQL version: 9.0.2
> Operating system: Windows XP Service Pack 3
> Description: initdb lose the single quote of locale
> Details:
>
> Hi,dear developers!
> I am using a chinses window xp os.
> i run "initdb -E UTF-8 -D temp" in cmd,it can get the
> locale:"Chinese_People's Republic of China.936"。
>
> but when initdb creating template1 , it lose the single quote of locale,it
> use "Chinese_Peoples Republic of China.936"(notice that , it lose the '
> after "Chinese_People" ) for the "template1" record's
> “datcollate”,“datctype” Column in tablepg_database。

Fixed. Thanks for the report, and sorry for the delay. The fix will
appear in the next minor version.

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Joshua Tolley 2011-04-20 09:45:26 Re: BUG #5966: extract(epoch..) function error
Previous Message Tom Lane 2011-04-19 19:29:47 Re: BUG #5987: Rows created by WITH (INSERT ... RETURNING) are not visible to the rest of the query