pgsql: Doc improvements for language tags and custom ICU collations. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Doc improvements for language tags and custom ICU collations.
Date
Msg-id E1pzhaR-000X2K-8k@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Tweak API of new function clause_is_computable_at().
Next
From: Jeff Davis
Date:
Subject: pgsql: Fix documentation build broken by 1e16af8ab5.