Oracle’s job scheduler migration to Postgresql
I am working on a migration project from Oracle to PostgreSQL.
I’m trying to transfer Oracle’s job scheduler.
After searching on the Internet, I found out that there is an extension called pg_cron and an extension called dbms_job.