Cron-based job scheduler for PostgreSQL that runs inside the database
pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. You can also use '[1-59] seconds' to schedule a job based on an interval.
$
pkg install pg_cronOrigin
databases/pg_cron
Size
66.5KiB
License
PostgreSQL
Maintainer
tz@FreeBSD.org
Dependencies
1 packages
Required by
1 packages