On Tue, 2023-05-09 at 08:54 +0200, Oscar Carlberg wrote:
> Should we still provide createdb with --lc-collate=C and --lc-ctype=C,
> or should we set those to sv_SE.UTF-8 as well?
That depends on whether you want Swedish or binary sort order
(is "a" < "Z" or not?). The C collation is not good for natural
language sorting, but it is fast and not subject to collation changes.
Yours,
Laurenz Albe