top | item 40196439 (no title) _jhqp | 1 year ago 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? discuss order hn newest vasco|1 year ago 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. _jhqp|1 year ago 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. load replies (1)
vasco|1 year ago 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. _jhqp|1 year ago 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. load replies (1)
_jhqp|1 year ago 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. load replies (1)
vasco|1 year ago
_jhqp|1 year ago
Doing ALTER DEFAULT PRIVILEGES could be another future footgun of it's own.