pg_cron is a PostgreSQL extension that allows SQL jobs to be scheduled using cron syntax. It runs inside the database server and lets users automate routine tasks like VACUUM, backups, and custom SQL scripts. Jobs are managed via SQL commands and can run on the same schedule format as standard UNIX cron, making it powerful and easy to use for database administrators and developers alike.
Features
- Schedule SQL tasks using cron syntax
- Runs inside the PostgreSQL server process
- Supports recurring and one-time jobs
- Easily managed via SQL interface
- Lightweight and minimal external dependencies
- Ideal for automation of maintenance tasks
Categories
DatabaseFollow pg_cron
Other Useful Business Software
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of pg_cron!