sql: support read-only LC_* session variables #72107
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
See https://www.postgresql.org/docs/14/locale.html and https://www.postgresql.org/docs/14/sql-show.html
LC_COLLATE and LC_CTYPE are read-only.
Postgres allows you to configure LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME, but in CRDB all of these should only support
C.UTF-8
for now.Epic CRDB-8948
The text was updated successfully, but these errors were encountered: