select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Time series

auto_job

A PostgreSQL extension for background job scheduling

pgext.cloud · Source code · Documentation · Control file

Overview

Packageauto_job
Version1.0.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars0
Latest commit2026-04-05
Catalogue updated2026-08-30

Related extensions

Requires

dblinkconnect to other PostgreSQL databases from within a database

See also

pg_cronJob scheduler for PostgreSQL
pgagentA PostgreSQL job scheduler
pg_dispatchAsynchronous SQL dispatcher built on pg_cron
cron_utilsParse cron expressions and compute previous or next trigger times
pg_dbms_jobExtension to add Oracle DBMS_JOB full compatibility to PostgreSQL
skitch-extension-jobsAn asynchronous job queue schema for ACID compliant job creation
job_queueProof-of-concept database-side asynchronous job queue using dynamic PostgreSQL background workers.
pgquePure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks.