Event Scheduler in PostgreSQL?

后端 未结 2 832
太阳男子
太阳男子 2020-12-31 09:44

Is there a similar event scheduler from MySQL available in PostgreSQL?

2条回答
  •  攒了一身酷
    2020-12-31 10:07

    While a lot of people just use cron, the closest thing to a built-in scheduler is PgAgent. It's a component to the pgAdmin GUI management tool. A good intro to it can be found at Setting up PgAgent and doing scheduled backups.

提交回复
热议问题