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. What is the difference for each level when using ks without ka and with ka? The explanations for the options kc and kb are also not very helpful. Also the role of deterministic = false is not very good explained. It seems that the settings ks, ka and kc loose any meaning with this setting. Thank you very much