pg-cron 1.6.2-1 source package in Ubuntu

Changelog

pg-cron (1.6.2-1) unstable; urgency=medium

  * New upstream version 1.6.2.

 -- Christoph Berg <email address hidden>  Mon, 23 Oct 2023 13:35:21 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pg-cron_1.6.2-1.dsc 1.9 KiB 94e08c7f9eff36fb5fcd8243870d3899e92467dace74da33745d9c5db30f9dad
pg-cron_1.6.2.orig.tar.gz 53.4 KiB 9f4eb3193733c6fa93a6591406659aac54b82c24a5d91ffaf4ec243f717d94a0
pg-cron_1.6.2-1.debian.tar.xz 4.2 KiB 7a2344d673345264935a908bbc4acd9b543cc9f0698c8415f6df3bf347f31fd8

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-cron: 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.

postgresql-16-cron-dbgsym: debug symbols for postgresql-16-cron