53.35. pg_user
pg_user
The view pg_user provides access to information about database users. This is simply a publicly readable view of pg_shadow that blanks out the password field.
Column Type Description |
|---|
usename User name |
usesysid ID of this user |
usecreatedb User can create databases |
usesuper User is a superuser |
userepl User can initiate streaming replication and put the system in and out of backup mode. |
usebypassrls User bypasses every row-level security policy, see Row Security Policies for more information. |
passwd Not the password (always reads as |
valuntil Password expiry time (only used for password authentication) |
useconfig Session defaults for run-time configuration variables |
: pg_user Columns