PG_ROLES
PG_ROLES displays information about database roles. Initial users and users with the sysadmin or createrole attribute can view information about all roles. Other users can view only their own information.
Name |
Type |
Reference |
Description |
---|---|---|---|
rolname |
name |
N/A |
Role name. |
rolsuper |
Boolean |
N/A |
Specifies whether a role is the initial system administrator with the highest permissions.
|
rolinherit |
Boolean |
N/A |
Specifies whether the role inherits the permissions for this type of roles.
|
rolcreaterole |
Boolean |
N/A |
Specifies whether the role can create other roles.
|
rolcreatedb |
Boolean |
N/A |
Specifies whether the role can create databases.
|
rolcatupdate |
Boolean |
N/A |
Specifies whether the role can update system catalogs directly. Only the initial system administrator whose usesysid is 10 has this permission. This permission is unavailable for other users.
|
rolcanlogin |
Boolean |
N/A |
Specifies whether the role can log in to the database.
|
rolreplication |
Boolean |
N/A |
Specifies whether the role can be replicated.
|
rolauditadmin |
Boolean |
N/A |
Specifies whether the role is an audit administrator.
|
rolsystemadmin |
Boolean |
N/A |
Specifies whether the role is a system administrator.
|
rolconnlimit |
integer |
N/A |
Maximum number of concurrent connections that a role can initiate if this role can log in. The value –1 indicates no limit. |
rolpassword |
text |
N/A |
Encrypted user password. The value is displayed as ********. |
rolvalidbegin |
timestamp with time zone |
N/A |
Start time for account validity (NULL if the start time is not specified). |
rolvaliduntil |
timestamp with time zone |
N/A |
End time for account validity (NULL if the end time is not specified). |
rolrespool |
name |
N/A |
Resource pool that a user can use |
rolparentid |
oid |
rolparentid in PG_AUTHID |
OID of a group user to which the user belongs |
roltabspace |
text |
N/A |
Storage space of the user permanent table, in KB. |
rolconfig |
text[] |
setconfig in PG_DB_ROLE_SETTING |
Default value of GUC items. |
oid |
oid |
oid in PG_AUTHID |
Role ID |
roluseft |
Boolean |
roluseft in PG_AUTHID |
Specifies whether the role can perform operations on foreign tables
|
rolkind |
"char" |
N/A |
Role type
|
roltempspace |
text |
N/A |
Storage space of the user temporary table, in KB. |
rolspillspace |
text |
N/A |
Operator disk spill space of the user, in KB. |
rolmonitoradmin |
Boolean |
N/A |
Specifies whether the role is a monitor administrator.
|
roloperatoradmin |
Boolean |
N/A |
Specifies whether the role is an O&M administrator.
|
rolpolicyadmin |
Boolean |
N/A |
Specifies whether the role is a security policy administrator.
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot