Package: postgresql-11-cron Source: pg-cron Version: 1.6.7-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 241 Depends: postgresql-11, libc6 (>= 2.16), libpq5 (>= 9.0~) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://github.com/citusdata/pg_cron Priority: optional Section: database Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.7-3.pgdg22.04+1_amd64.deb Size: 102292 SHA512: 1bca3a3ec1bcfe5394951bab0abfa174bcd730fe7eb145982b137baef4f130a42a278ccd0a075f1cba7596da9c30a9bc5348f384a873192b1c92cbb71f3d1188 SHA256: a821535f3ff9bb53417bde99ec06b5968b8ccdf92883b841932f4ee5673be8fb SHA1: 870c707235072586a05be69b318ee5fa4c77d94a MD5sum: 2e9f61e17f6eace7e0d72c6a381c6d3e 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.