Cannot change owner of crdb_internal_region #69714
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
X-blathers-triaged
blathers was able to find an owner
Changing the owner of the database with
ALTER DATABASE ... OWNER TO ...
also does not change the owner ofcrdb_internal_region
.The implication of this is that whatever user/role creates the database must exist for the lifetime of the database -- you can't drop the user/role without first dropping the database.
The text was updated successfully, but these errors were encountered: