Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding "Installing EDB Wait States" #5488

Open
lucianobotti opened this issue Apr 9, 2024 · 0 comments
Open

Regarding "Installing EDB Wait States" #5488

lucianobotti opened this issue Apr 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lucianobotti
Copy link
Contributor

Summary

We detected an issue in a support ticket which turn out in the following Jira case:
https://enterprisedb.atlassian.net/browse/DC-977

Basically we need to document the need of a grants usage if the extension is created in a another schema.
I'm proposing something like this:


Custom schema installation

In case of installing the extension in a non-default schema, it is the user responsability to configure
and grant the specific priviledges for the roles and users.

For example, when installing in a new schema, the pg_monitor role needs to be granted for the usage on the new schema
to be able to properly use the edb_wait_states extension functions:

CREATE EXTENSION edb_wait_states WITH SCHEMA myschema;
GRANT USAGE ON SCHEMA myschema TO pg_monitor;

Where would you like to see this added?

https://github.com/EnterpriseDB/docs/blob/main/advocacy_docs/pg_extensions/wait_states/installing.mdx

I think a new section paragraph before 'Uninstalling' would be good.

Rationale

Some customers already faced this issue, hence is necessary to add this documentation.

@lucianobotti lucianobotti added the enhancement New feature or request label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant