The system catalog for storing user-associated password information. Used for password rollover.
Since this catalog contains passwords, it must not be readable by third parties.
Column | Type | References | Description |
---|---|---|---|
authpwdroleid | oid | pg_authid.oid | User's identifier |
authpwdoldpassword | text | Hashed password | |
authpwdoldpasswordsetat | timestamp with time zone | Time at which authpwdoldpassword was set | |
authpwdnewpassword | text | Hashed password | |
authpwdnewpasswordsetat | timestamp with time zone | Time at which authpwdnewpassword was set |