sql: deprecate "GRANT" privilege #73065
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)
CockroachDB currently has "GRANT" as one of its privileges, which serves as a way to indicate whether a user is able to grant any of the privileges it possesses to another user. However, this is a temporary placeholder for grant options and does not exist as a valid privilege in Postgres (https://www.postgresql.org/docs/14/sql-grant.html)
The addition of the grant options feature (#72123) will be added in version 22.1 and will effectively replace the need for "GRANT"; therefore, the "GRANT" privilege should be deprecated.
In 22.1, the following should happen:
Epic CRDB-2587
The text was updated successfully, but these errors were encountered: