Package: postgresql-19-cron Source: pg-cron Version: 1.6.7-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 220 Depends: postgresql-19, libc6 (>= 2.16), libpq5 (>= 9.0~) Breaks: postgresql-19-jit-llvm (<< 15) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-19-cron_1.6.7-3.pgdg22.04+1_amd64.deb Size: 89884 SHA512: 64dac11a31af4c2f8de903225c9e2b9fe5c66607da9c982a0a67b75718d147e5eed3578087a6ac99908d2950dc3173a95fa215d9b32cea61d94d2f0f78b00582 SHA256: 69cb35149853733a0b06e3bdc659d5536cbe574d4e0beeb60aba4f2d9659b7c5 SHA1: 6a64ef0d2691d712b4b2d4122599abe3d9d3dc62 MD5sum: 42db1cfd995bee24859282f3ddb0695a 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.