Hacker News new | past | comments | ask | show | jobs | submit login

What do you mean exactly?

If roles have INHERIT, then doing the following works, no?

* Role A creates table * GRANT A TO B; * ROLE B can read from table just like A can.

Also if Role A creates new table, Role B can read that too no?




Remove any "if" from your comment and it seems like you understood what would fail! There's more ways to make misunderstanding grant vs default privileges will create issues as well.


Then I would argue for trying to centrally ensure that all roles have INHERIT in your DBs. :thinking:

Doing ALTER DEFAULT PRIVILEGES could be another future footgun of it's own.


I think you probably don’t want the application user to inherit from the superuser you may use for migrations since some migrations require a superuser.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: