From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | robfordww(at)gmail(dot)com |
Subject: | BUG #16068: Collate of 'Norwegian Bokmål' is problematic |
Date: | 2019-10-19 19:08:07 |
Message-ID: | 16068-4cb6eeaa7eb46d93@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: 16068
Logged by: Robert Ford
Email address: robfordww(at)gmail(dot)com
PostgreSQL version: 12.0
Operating system: Windows
Description:
Hi,
I want to point to an issue I discovered when installing v12.0 for windows.
The installer sets the Collate in the config file to 'Norwegian Bokmål.1251'
(or something similar, but notice the 'å') This seems to trigger all kind
of bugs. For instance "select * from pg_settings" results in an utf8 decode
error. PgAdmin also returns a lot of utf8 decode errors. The problem
seemed to go away when I changed the collation to "nb_NO" and ran initdb.
This error should only occur in countries where the installer creates
Collation names with non-ascii characters, Norway is one of them.
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2019-10-19 19:33:07 | Re: BUG #16067: Failed system call was semget |
Previous Message | PG Bug reporting form | 2019-10-19 14:54:45 | BUG #16067: Failed system call was semget |