security, sql: User IDs For Internal User Information #78963
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
meta-issue
Contains a list of several other issues.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Is your feature request related to a problem? Please describe.
Currently, all internal per-user information is keyed by the username. This is not ideal because it makes it difficult to rename a user without breaking things. It's also not ideal because usernames can be considered personal data, but we need to use them in many places in logging.
Describe the solution you'd like
RESTORE
from backups assystem.users
table is missing a column when trying to backup from a previous version.Additional context
RFC: #77453
relates to #50821
Jira issue: CRDB-14465
Epic CRDB-14475
The text was updated successfully, but these errors were encountered: