Package: postgresql-11-cron Source: pg-cron Version: 1.6.7-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 109 Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.7-3.pgdg26.04+1_amd64.deb Size: 33332 SHA512: 97afe99118a6ac93665aa475948cefe363edfe1fb5f6c87d4905b58d5e0de87fbe1fc3b7b4e22785c39bfbe1cbd337f2cb16c8e7b37032b71523a1b75f87013c SHA256: ef799f7f1fe5d7efbfbb401bacb846df4547c4b9ac705a7a0ff6c15bb5785e6d SHA1: 23be6e97c1bff2d9b47533a6402a65ec88ce91e5 MD5sum: a14d753b6acdf11810fb9db007f3edf0 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.