Package: postgresql-18-cron Source: pg-cron Version: 1.6.8-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 228 Depends: postgresql-18, libc6 (>= 2.16), libpq5 (>= 9.0~) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-18-cron_1.6.8-1.pgdg22.04+1_amd64.deb Size: 92796 SHA512: c7a80c2f25838b20f9d98a6717ed8783372bff461fa4f8f53a3335f09139242f869bb3491c6dc956a1822abbd94b3145397b696204269d3d0bb01decc59a2b74 SHA256: f3faff52ccadeea14283f1c608c4e5639b2b1a22be365b8c631ce3aaa27a468a SHA1: d62c5aa9c437c04d05e6092925d7bb1a124694ec MD5sum: 94caf8ba55d695a43f2ac6ee7397e9ea 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.