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