Files
ports/databases/pg_cron/pkg-descr
Torsten Zuehlsdorff b3ac13fbfd databases/pg_cron: New port
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.

Sponsored by:	Bounce Commerce
2024-10-28 23:53:44 +01:00

6 lines
315 B
Plaintext

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.