For use with the WGU D191 'Advanced Data Management' Course (https://wgu.edu)
Originally available from: An Overview of Job Scheduling Tools for PostgreSQL
Recovered from: Planet PostgreSQL rssing page
Unlike other database management systems that have their own built-in scheduler (like Oracle, MSSQL or MySQL), PostgreSQL still doesn’t have this kind of feature.
In order to provide scheduling functionality in PostgreSQL you will need to use an external tool like...