pg_dbms_job_11 - PostgreSQL extension to schedules and manages jobs in a job queue similar to Oracle DBMS_JOB package
| Website: | https://github.com/MigOpsRepos/pg_dbms_job/ |
|---|---|
| License: | PostgreSQL |
| Vendor: | PostgreSQL Global Development Group |
- Description:
This PostgreSQL extension provided full compatibility with the DBMS_JOB Oracle module. It allows to manage scheduled jobs from a job queue or to execute immediately jobs asynchronously. A job definition consist on a code to execute, the next date of execution and how often the job is to be run. A job runs a SQL command, plpgsql code or an existing stored procedure.
Packages
| pg_dbms_job_11-1.5-1.rhel7.x86_64 [22 KiB] |
Changelog
by Devrim Gündüz (2022-10-02):
- Update to 1.5 |
| pg_dbms_job_11-1.4.0-1.rhel7.x86_64 [21 KiB] |
Changelog
by Devrim Gündüz (2022-05-06):
- Update to 1.4.0 |
| pg_dbms_job_11-1.2.0-1.rhel7.x86_64 [20 KiB] |
Changelog
by Devrim Gündüz (2022-05-06):
- Initial RPM packaging for the PostgreSQL RPM Repository. |