A system catalog that manages profile-related information associated with users. When DROP ROLE, the corresponding row is automatically deleted.
Column | Type | References | Description |
---|---|---|---|
userprfroleid | oid | pg_authid.oid | User's identifier |
userprfprfid | oid | pgx_profile.oid | Identifier of the profile assigned to the user |
userprfaccountlock | smallint | User lock state | |
userprfpasswordstatus | char | Password status | |
userprflockdate | timestamp with time zone | Time the user was locked | |
userprfpasswordsetat | timestamp with time zone | Time you updated your current password | |
userprfpasswordexpire | timestamp with time zone | Password expiration time |