Skip to content

Commit

Permalink
Merge pull request #6423 from EnterpriseDB/content/docs/epas/feedback
Browse files Browse the repository at this point in the history
EPAS - Adding predefined roles
  • Loading branch information
nidhibhammar authored Jan 29, 2025
2 parents 2f211bd + 8d89aff commit 751cc61
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ navigation:
- 10_edb_resource_manager
- 02_edb_loader
- 14_edb_clone_schema
- roles
---

EDB Postgres Advanced Server includes features to help you to maintain, secure, and operate EDB Postgres Advanced Server databases.
16 changes: 16 additions & 0 deletions product_docs/docs/epas/17/database_administration/roles.mdx
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. |
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redirects:
- /epas/latest/epas_compat_ora_dev_guide/08_oracle_catalog_views/
---

Catalog views provide information about database objects. There are two catagories of catalog views:
Catalog views provide information about database objects. There are two categories of catalog views:

- Oracle catalog views provide information about database objects in a manner compatible with the Oracle data dictionary views.

Expand Down

1 comment on commit 751cc61

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.