BUG #16068: Collate of 'Norwegian Bokmål' is problematic
The Post Office <noreply@postgresql.org>
From: PG Bug reporting form <noreply@postgresql.org>
To: pgsql-bugs@lists.postgresql.org
Cc: robfordww@gmail.com
Date: 2019-10-19T19:08:07Z
Lists: pgsql-bugs
The following bug has been logged on the website: Bug reference: 16068 Logged by: Robert Ford Email address: robfordww@gmail.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.
Commits
-
Deal with yet another issue related to "Norwegian (Bokmål)" locale.
- fedcab352355 9.4.25 landed
- e3267407e2f9 9.5.20 landed
- 185253ab847b 9.6.16 landed
- aebe3ef0e4b3 10.11 landed
- a05a04d0edb4 11.6 landed
- 4f2ad5226975 12.1 landed
- db477b691dc4 13.0 landed