Package: postgresql-10-cron Source: pg-cron Version: 1.6.7-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 109 Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.7-3.pgdg26.04+1_amd64.deb Size: 33248 SHA512: 23c4e92037ec3569fe4aba6ebfe0cfcfba7f30e46808ee71245d91877be081cb2ccbafef452fa2bbd3bcda5f9fc927441b3b3230c5e7092dc832a54111186b38 SHA256: 13ac5c79b6bbf85c16fdedb3d467294099d0d4e2d17f3da8be8a9704fbcb7263 SHA1: 57c46ca1df0cf59ed8a35e54bcd25aa8c933884e MD5sum: 86128f0c25c9d757034c07113ae63eb5 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.