sql: implement pg_default_acl table #67441
Labels
A-sql-pgcatalog
A-sql-privileges
SQL privilege handling and permission checks.
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)
As part of implementing default privileges, we should match how Postgres reports defaults in pg_catalog. Postgres handles this through the pg_default_acl. See additional info in their docs here: https://www.postgresql.org/docs/12/catalog-pg-default-acl.html
CRDB-2586
The text was updated successfully, but these errors were encountered: