Package: postgresql-12-cron Source: pg-cron Version: 1.6.7-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 243 Depends: postgresql-12, libc6 (>= 2.16), libpq5 (>= 9.0~) Breaks: postgresql-12-jit-llvm (<< 15) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.7-3.pgdg22.04+1_amd64.deb Size: 104028 SHA512: 47a40b53b1790969b769966bbc35c24335e66a918b43977d641e842d6c4131b4db28b87083a1e051d0834185b63c6b4ea66db69f9cae1642951e2601bb0e8c2c SHA256: 118d9dc13cb9c0e5f8ff82347ee623b50153e24a078b3bc0982f2c37825a5868 SHA1: 1bb3459b9f5f50e5c0247171421f4ba72c2f20bf MD5sum: 3e7a52eb0234f5921b8f3876a2b8a0ac 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.