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.
Table 54.33. pg_user Columns
Column Type
Description
usenamename
User name
usesysidoid
ID of this user
usecreatedbbool
User can create databases
usesuperbool
User is a superuser
usereplbool
User can initiate streaming replication and put the system in and out of backup mode.
usebypassrlsbool
User bypasses every row-level security policy, see Section 5.8 for more information.
passwdtext
Not the password (always reads as ********)
valuntiltimestamptz
Password expiry time (only used for password authentication)
useconfigtext[]
Session defaults for run-time configuration variables