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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of pg_cron!