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