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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of pg_cron!