Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
20.5. Default Roles
Prev UpChapter 20. Database RolesHome Next

20.5. Default Roles

Postgres Pro provides a set of default roles which provide access to certain, commonly needed, privileged capabilities and information. Administrators can GRANT these roles to users and/or other roles in their environment, providing those users with access to the specified capabilities and information.

The default roles are described inTable 20.1. Note that the specific permissions for each of the default roles may change in the future as additional capabilities are added. Administrators should monitor the release notes for changes.

Table 20.1. Default Roles

RoleAllowed Access
pg_signal_backendSend signals to other backends (eg: cancel query, terminate).

Administrators can grant access to these roles to users using the GRANT command:

GRANT pg_signal_backend TO admin_user;


Prev Home Next
20.4. Dropping Roles Up 20.6. Function Security
pdfepub
Go to Postgres Pro Standard 9.6
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp