Raw Package Information
Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.5-1.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: postgresql-13, postgresql-13-jit-llvm (>= 15), libc6 (>= 2.16), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.5-1.pgdg22.04+1_amd64.deb
Size: 104492
SHA256: 12140e497c9bd05ebcd1293d2ad382fb56f93456f17d2f0fbbf993ef84860615
SHA1: b4b272719326e9aeb8fc4d2abdf1d5b7b047e632
MD5sum: 5dc3b3d629d6595d063f4e198ddd881b
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.