How to schedule running of a script?
Started by Shaozhong SHIabout 4 years ago3 messagesgeneral
Re: How to schedule running of a script?
On Tuesday, January 18, 2022, Shaozhong SHI <shishaozhong@gmail.com> wrote:
Can a script be scheduled to run within Postgres
Core, no. I think there are some extensions you could search for. e.g.,
pg_cron and pgagent IIRC.
David J.
Re: How to schedule running of a script?
On Wed, Jan 19, 2022 at 05:10:29AM +0000, Shaozhong SHI wrote:
Can a script be scheduled to run within Postgres?
https://www.depesz.com/2021/01/15/how-to-run-some-tasks-without-user-intervention-at-specific-times/
https://www.depesz.com/2021/01/28/how-to-run-some-tasks-without-user-intervention-at-specific-times-part-2/
depesz