Open bhanotjyoti opened 3 weeks ago
I would like to install pg_cron in my postgres cluster created by zalando operator. How can I do it?
It's available in the postgres database or every Postgres cluster and you would use the cron.schedule_in_database function to create cron jobs connecting to your app databases.
postgres
cron.schedule_in_database
I would like to install pg_cron in my postgres cluster created by zalando operator. How can I do it?