Relative Content

Tag Archive for postgresqlrolesprivileges

postgresql – user does not inherit table privileges

Here is my problem : I have created a role R1 that have all privileges on schema S1. I also have created two users U1, U2, with inherit, that both are members of R1. U1 has created a table in S1. Why U2 can’t query this table ?