On 09.05.23 17:09, Jeff Davis wrote:
It's awkward for a user to read pg_database.datlocprovider, then
depending on that, either look in datcollate or daticulocale. (It's
awkward in the code, too.)

Maybe some built-in function that returns a tuple of the default
provider, the locale, and the version? Or should we also output the
ctype somehow (which affects the results of upper()/lower())?

There is also the deterministic flag and the icurules setting. Depending on what level of detail you imagine the user needs, you really do need to look at the whole picture, not some subset of it.



Reply via email to