Package: postgresql-12-cron Source: pg-cron Version: 1.6.7-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 109 Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.7-3.pgdg26.04+1_amd64.deb Size: 33092 SHA512: c39aff225dc5e44d5513c810405af06ebd2a2791cdcf65d49935af672f1b38e9ca3de4e4a466e2b8ddd414c0e8fcb38c4cede87052ca558f7b9c763698393fb6 SHA256: 8dd65f656922ed19375cf60bd964d1b7e60d4ef5ff56452cddb96fafec171f77 SHA1: cea61f68f26758a44525f43bf12947a2f74cd9c4 MD5sum: 8894fc13f18c91ae2b794964dc065ee1 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.