Re: Choosing default collation/ctype
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Igor Korot <ikorot01@gmail.com>,
"pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2026-05-06T06:05:15Z
Lists: pgsql-general
On 03.05.26 21:52, Igor Korot wrote: > Is there a way to select a default collation/ctype for a specific encoding? > > Or maybe I'm overthinking it and I should let the user choose and if > nothing - just keep those 2 as "Default" and let the server pick it > up. However it will be weird, especially from me as a user POV. There is no default collation/ctype (locale) for an encoding, only the other way around. So if a user picks as locale, let's say, de_DE@euro, then the encoding is automatically LATIN9 (obsolete), if the locale is de_DE.utf8, then the encoding is UTF8, and so on.