PostgreSql. How is User different from Group Role?
1 answer
A group (role role) is simply a group of several users (user / login role).
So that if Vasya, Petya and Masha need to ensure the rights to such and such objects, so as not to prescribe three records (and then, when Kolya appears, run around the entire database), but shove them into a group and issue rights to it.
|