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