-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: add FormatVersion field to PrivilegeDescriptor #51930
Copy link
Copy link
Closed
Labels
A-schema-descriptorsRelating to SQL table/db descriptor handling.Relating to SQL table/db descriptor handling.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
After adding ownership to PrivilegeDescriptors, to be able to validate ownership, we have to know the version of the PrivilegedDescriptor.
Versions before the addition of the ownership field are allowed to have an empty owner field whereas versions after should have owners.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-schema-descriptorsRelating to SQL table/db descriptor handling.Relating to SQL table/db descriptor handling.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)