Re: EBCDIC sorting as a use case for ICU rules

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Daniel Verite <daniel@manitou-mail.org>, Jeff Davis <pgsql@j-davis.com>
Cc: pgsql-hackers@postgresql.org, "Jonathan S.Katz" <jkatz@postgresql.org>
Date: 2023-07-06T09:35:41Z
Lists: pgsql-hackers
On 30.06.23 13:08, Daniel Verite wrote:
> About making a doc patch from this, I've came up with the attached,
> which generates a CREATE COLLATION statement with rules from an
> arbitrary strings that just lists characters in whichever order is desired.

I like adding more documentation and links around this.  But I'm not 
sure how this code you are including is supposed to help users 
understand the rules language.  Effectively, this would be adding 
another rules mechanism on top of the existing one, but doesn't explain 
either one.




Commits

  1. doc: Add more ICU rules examples