-
Notifications
You must be signed in to change notification settings - Fork 251
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 #2165 from EnterpriseDB/ba/update-postgres-access
Clarify settings change bullets in postgres_access
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ psql -W "postgres://[email protected]:5432/edb_admin?sslmod | |
``` | ||
## Notes on the edb_admin role | ||
|
||
- The `edb_admin` role does not have superuser priviledges by default. Contact [Support](../overview/06_support) to request superuser priviledges for `edb_admin`. | ||
- The `edb_admin` role does not have superuser priviledges by default. Contact [Support](../overview/06_support) to request superuser priviledges for `edb_admin`. If you request superuser privileges, you **must** take care to limit the number of connections used by superusers to avoid degraded service and/or compromising availability. | ||
|
||
- superuser setting changes are not retained after a restart. To avoid issues, do not run the system out of superuser connections. | ||
- Changes to system configuration (GUCs) made by edb_admin or other Postgres users are not persisted though a reboot or maintenance. Use the BigAnimal portal to modify system configuration. | ||
|
||
- You have to remember your `edb_admin` password as EDB does not have access to it. If you forget it, you can set a new one in the BigAnimal portal on the Edit Cluster page. | ||
|
||
|