Jump to letter: [
BCDEFGHILMOPRSTW
]
pg_dbms_job_15 - PostgreSQL extension to schedules and manages jobs in a job queue similar to Oracle DBMS_JOB package
- 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