A Proof of Concept that use PostgreSQL's Background worker capabilities to manage a very basic job queue, entirely on database side. Sometimes applications needs to execute asynchronous processing, without blocking the source transaction. pg_job_queue is a PostgreSQL extension designed to achieve that taking advantage from SPI.
TODO