Package: postgresql-13-cron Source: pg-cron Version: 1.6.7-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 109 Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.7-3.pgdg26.04+1_amd64.deb Size: 33400 SHA512: 5917066c6f7e287f4f155860c02299575a0030d0fd24c2928b910157d80edb1bd83d745c3026f50f1e28a7e903d297776f6d11e96b5aceb9d14bc3c8eb01189e SHA256: cccedd90ec24fec3deb532be865d856e63eec05df82ea772d695b39f0b572ac6 SHA1: b0ff7a95efc59cdb8c3f2c6cf30f7a251e683d57 MD5sum: 812e1f09b0ef63bce0553fac8a40ff50 Description: Run periodic jobs in PostgreSQL pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 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. pg_cron can run multiple jobs in parallel, but it runs at most one instance of a job at a time. If a second run is supposed to start before the first one finishes, then the second run is queued and started as soon as the first run completes.