pg_dbms_job v2.0 is a PostgreSQL extension that replicates Oracle's DBMS_JOB scheduled job functionality. This major release rewrites the previous Perl-based scheduler into a PostgreSQL background worker written in C, improving performance and reliability. It supports scheduling SQL commands, PL/pgSQL code, and stored procedures, with configurable parameters like naptime and job_queue_interval. The project is open source under the PostgreSQL license and is part of the Ora2Pg migration toolchain by HexaCluster Corp.
2 Comments
Sort: