Cloud
pg_shadow
Columns
The following columns are available for querying in pg_shadow:
| Column | Type | Description |
|---|---|---|
|
|
User name |
|
|
User system ID (role OID) |
|
|
Whether the user can create databases |
|
|
Whether the user has superuser privileges |
|
|
Whether the user has replication privileges |
|
|
Whether the user bypasses row-level security policies |
|
|
Encrypted password (visible to superusers) |
|
|
Password expiration time (NULL if no expiration) |
|
|
Session defaults for this user |
Was this helpful?