pgsql: Doc: Document known problem with Windows collation versions.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Document known problem with Windows collation versions.
Date: 2021-04-16 01:25:08
Message-ID: E1lXDEK-0004ie-Nn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Document known problem with Windows collation versions.

Warn users that locales with traditional Windows NLS names like
"English_United States.1252" won't provide version information, and that
something like initdb --lc-collate=en-US would be needed to fix that
problem for the initial template databases.

Discussion: https://postgr.es/m/CA%2BhUKGJ_hk3rU%3D%3Dg2FpAMChb_4i%2BTJacpjjqFsinY-tRM3FBmA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1bf946bd43e545b86e567588b791311fe4e36a8c

Modified Files
--------------
doc/src/sgml/charset.sgml | 9 +++++++++
1 file changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-04-16 02:18:12 pgsql: Add information of total data processed to replication slot stat
Previous Message Tom Lane 2021-04-15 21:24:16 pgsql: Provide query source text when parsing a SQL-standard function b