pg_authid
Columns
The following columns are available for querying in pg_authid:
| Column | Type | Description |
|---|---|---|
|
|
Object identifier for the role |
|
|
Role name |
|
|
Whether the role has superuser privileges |
|
|
Whether the role inherits privileges of roles it is a member of |
|
|
Whether the role can create other roles |
|
|
Whether the role can create databases |
|
|
Whether the role can log in |
|
|
Whether the role has replication privileges |
|
|
Whether the role bypasses row-level security policies |
|
|
Connection limit for the role ( |
|
|
Encrypted password |
|
|
Password expiration time (NULL if no expiration) |