Description
Schedules recurring SQL jobs directly inside PostgreSQL. It is a server-side extension for database administrators who want maintenance, cleanup, or application tasks to run without an external cron service. Scheduled jobs execute with database privileges, so commands should be reviewed for destructive writes, credentials, and workload impact.