-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6423 from EnterpriseDB/content/docs/epas/feedback
EPAS - Adding predefined roles
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
product_docs/docs/epas/17/database_administration/roles.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Predefined roles | ||
--- | ||
|
||
A set of predefined roles provides access to certain, commonly needed, privileged capabilities and information. Administrators including roles that have the CREATE ROLE privilege can GRANT these roles to users and/or other roles in their environment. The users/roles with these roles will have access to the specified capabilities and information. | ||
|
||
For the complete list of the PostgreSQL's predefined roles, see [Predefined roles](https://www.postgresql.org/docs/17/predefined-roles.html) in the PostgreSQL documentation. | ||
|
||
The following table provides the predefined roles specific to EDB Postgres Advanced Server: | ||
|
||
| Role | Allowed access | | ||
|---------------------------|----------------------------------------------------------------------| | ||
| aq_administrator_role | Allows creation and administration of queuing infrastructure. | | ||
| capture_admin | Allows the execute permission on the DBMS_PRIVILEGE_CAPTURE package. | | ||
| edb_createdirectory_admin | Allows the user to create a directory. | | ||
| edb_dropdirectory_admin | Allows the user to drop any directory. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
751cc61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://edb-docs-staging.netlify.app as production
🚀 Deployed on https://6799f9a76947fd2c16e005bd--edb-docs-staging.netlify.app