PostgreSQL: The definitive guide
Prev
Next
III. Administrating PostgreSQL
Table of Contents
10.
User and Group Management
10.1.
Managing Users
10.1.1.
Viewing Users
10.1.2.
Creating Users
10.1.3.
Altering Users
10.1.4.
Removing Users
10.2.
Managing Groups
10.2.1.
Creating and Removing Groups
10.2.2.
Associating Users with Groups
10.3.
Granting Privileges
10.3.1.
Understanding Access Control
10.3.2.
Granting privileges with GRANT
10.3.3.
Restricting Rights with REVOKE
10.3.4.
Using Views for Access Control
Prev
Home
Next
Extending PostgreSQL
User and Group Management