Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: implement pg_default_acl table #67441

Closed
rafiss opened this issue Jul 9, 2021 · 1 comment
Closed

sql: implement pg_default_acl table #67441

rafiss opened this issue Jul 9, 2021 · 1 comment
Assignees
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)

Comments

@rafiss
Copy link
Collaborator

rafiss commented Jul 9, 2021

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

@rafiss rafiss added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-privileges SQL privilege handling and permission checks. A-sql-pgcatalog T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Jul 9, 2021
@RichardJCai
Copy link
Contributor

RichardJCai commented Jul 26, 2021

Closed by #67872

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

No branches or pull requests

2 participants