How to schedule running of a script?

Started by Shaozhong SHIabout 4 years ago3 messagesgeneral
Jump to latest
#1Shaozhong SHI
shishaozhong@gmail.com

Can a script be scheduled to run within Postgres?

Regards,

David

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: Shaozhong SHI (#1)
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.

In reply to: Shaozhong SHI (#1)
Re: How to schedule running of a script?