Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: support read-only LC_* session variables #72107

Closed
rafiss opened this issue Oct 28, 2021 · 0 comments · Fixed by #72109
Closed

sql: support read-only LC_* session variables #72107

rafiss opened this issue Oct 28, 2021 · 0 comments · Fixed by #72109
Assignees
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)

Comments

@rafiss
Copy link
Collaborator

rafiss commented Oct 28, 2021

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

@rafiss rafiss added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Oct 28, 2021
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Oct 28, 2021
@rafiss rafiss self-assigned this Oct 28, 2021
@craig craig bot closed this as completed in b7dceca Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant