Re: pgsql: Another attempt at fixing Windows Norwegian locale.

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Another attempt at fixing Windows Norwegian locale.
Date: 2015-01-16 17:05:02
Message-ID: 54B944BE.4040505@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 01/16/2015 04:17 PM, Tom Lane wrote:
> Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> writes:
>> Backpatch to 9.2 like the previous attempt. We haven't made a release that
>> includes the previous fix yet, so we don't need to worry about changing the
>> locale of existing clusters from "norwegian-bokmal" to "Norwegian_Norway".
>> (Doing any mapping like this at all requires changing the locale of
>> existing databases; the release notes need to include instructions for
>> that).
>
> What instructions do you have in mind to give?

I wrote preliminary instructions here:
http://www.postgresql.org/message-id/attachment/35205/fix-bokmal-pg_database.txt.
Another method is to use pg_upgrade. I'll need to format that for the
release notes, and add more explanation of what the issue is and who it
applies to.

Or perhaps it would be better to put those instructions on a wiki page,
so that we can easily add to it later if necessary?

- Heikki

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-01-16 18:28:35 pgsql: Improve new caching logic in tbm_add_tuples().
Previous Message Andres Freund 2015-01-16 16:50:29 pgsql: Make tbm_add_tuples more efficient by caching the last acccessed

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-01-16 17:07:16 Re: [PATCH] HINT: pg_hba.conf changed since last config reload
Previous Message Jim Nasby 2015-01-16 17:03:00 Re: proposal: row_to_array function