pgsql: Doc improvements for language tags and custom ICU collations.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc improvements for language tags and custom ICU collations.
Date: 2023-05-18 17:38:46
Message-ID: E1pzhaR-000X2K-8k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc improvements for language tags and custom ICU collations.

Separate the documentation for language tags themselves from the
available collation settings which can be included in a language tag.

Include tables of the available options, more details about the
effects of each option, and additional examples.

Also include an explanation of the "levels" of textual features and
how they relate to collation.

Discussion: https://postgr.es/m/25787ec7-4c04-9a8a-d241-4dc9be0b1ba3@postgresql.org
Reviewed-by: Jonathan S. Katz

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/charset.sgml | 683 ++++++++++++++++++++++++++++++++++++++--------
1 file changed, 562 insertions(+), 121 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2023-05-18 18:05:29 pgsql: Fix documentation build broken by 1e16af8ab5.
Previous Message Tom Lane 2023-05-18 14:39:28 pgsql: Tweak API of new function clause_is_computable_at().