pg_dbms_job
Extension to add Oracle DBMS_JOB full compatibility to PostgreSQL
pg_dbms_job : Extension to add Oracle DBMS_JOB full compatibility to PostgreSQL
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9260 | pg_dbms_job | pg_dbms_job | 2.0 |
SIM | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --sLd-- | No | Yes | Yes | Yes | no | no |
| Relationships | |
|---|---|
| Schemas | dbms_job |
| See Also | pg_cron pg_task pgagent pg_dispatch pg_later pg_dbms_metadata pg_dbms_lock pg_dbms_errlog orafce pg_utl_smtp |
Background worker; requires shared_preload_libraries=pg_dbms_job and restart. Worker connections also require valid database, user, and authentication settings.
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | MIXED | 2.0 |
18 17 16 15 14 | pg_dbms_job |
- |
| RPM | PGDG | 2.0 |
18 17 16 15 14 | pg_dbms_job_$v |
- |
| DEB | PIGSTY | 2.0 |
18 17 16 15 14 | postgresql-$v-pg-dbms-job |
libpq5 |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 |
| el8.aarch64 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 |
| el9.x86_64 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 |
| el9.aarch64 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 |
| el10.x86_64 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 |
| el10.aarch64 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 | PGDG 2.0 |
| d12.x86_64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| d12.aarch64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| d13.x86_64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| d13.aarch64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| u22.x86_64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| u22.aarch64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| u24.x86_64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| u24.aarch64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| u26.x86_64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
| u26.aarch64 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 | PIGSTY 2.0 |
Source
github.com/HexaCluster/pg_dbms_job
pg_dbms_job-2.0.tar.gz
Install
Make sure PGDG and PIGSTY repo available:
Install this extension with pig:
Config this extension to shared_preload_libraries:
Create this extension with:
Usage
pg_dbms_job: Extension to add Oracle DBMS_JOB full compatibility to PostgreSQL
Enabling
A dedicated scheduler daemon must be running per database:
SUBMIT - Schedule a Job
When next_date and interval are omitted, the job executes immediately and asynchronously.