Hi there, I’m using pg_cron extension with managed Postgres sql database, and when I try to schedule job with standard pg_cron command, it gives me “permission denied” error. I’m connecting to the database with a external database manager (DBeaver), using the standard username “doadmin”.
Can you please help? Thank you
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Did you run the following
GRANT
statement for thedoadmin
user:Best,
Bobby