Package: postgresql-17-cron Source: pg-cron Version: 1.6.7-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 223 Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~) Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-17-cron_1.6.7-3.pgdg26.04+1_amd64.deb Size: 88056 SHA512: 9fb5b331295a5de7638feb7d0bb4178c6b01d5917abf0a76931b41b3456d5bf95e423814ef9ae507235d9539ce91c1b9b8e26f274ddd38434cc724d550253d7b SHA256: e3871a270e2ee53d6f64fd68ac13ef2abb16c091aeb0acda0d9fd4205cac3854 SHA1: 62b057e6d9c109eb5d6b1874917d4d22a38ed40f MD5sum: bc9fd00c2d21d4aaac7a12547874a0e9 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.