Search code examples
eventspostgresqlschedule

Event Scheduler in PostgreSQL?


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


Solution

  • 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.