| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | florian(dot)murat(dot)koch(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | Jeff Davis <pgsql(at)j-davis(dot)com> |
| Subject: | Re: Explanations not clear |
| Date: | 2024-05-08 06:52:39 |
| Message-ID: | dbdfcb5f-282c-4426-b67e-56f4d1588a36@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On 06.05.24 19:59, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/16/collation.html
> Description:
>
> I created a collation specifying the ks-level3 setting and with
> deterministic set to false. But when I compare "a_b" to "a-b" with this
> collation I get false. According to the table 24.1 it should yield true.
> Only after adding ka-shifted this comparison becomes true. The interactions
> of the different options are not very clear.
I think table 24.1 is somewhat incorrect in the sense that punctuation
is only level 4 if you use ka-shifted, otherwise it's level 1. This
should perhaps be clarified.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2024-05-13 19:10:25 | Re: Explanations not clear |
| Previous Message | PG Doc comments form | 2024-05-06 17:59:40 | Explanations not clear |