---
title: "Replacing pgAgent with pg_timetable: Part 1"
url: https://daily.dev/posts/replacing-pgagent-with-pg-timetable-part-1-keuxzepf3
source_url: https://postgr.es/p/9mC
type: article
source: "Planet PostgreSQL"
published: 2026-06-21T08:16:48.154Z
updated: 2026-06-21T12:19:44.023Z
tags: ["postgresql"]
reading_time: 2
upvotes: 5
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Replacing pgAgent with pg_timetable: Part 1

**[Planet PostgreSQL](https://daily.dev/sources/planet-postgresql)** · 2 min read · 5 upvotes · 1 comments

## Summary

pgAgent is being retired in 6 months, including its pgAdmin UI. pg_timetable is presented as a replacement, sharing most of pgAgent's key features: cross-platform support, PostgreSQL as the backend, multiple agents, and ordered job steps — though it lacks a polished pgAdmin UI. pg_cron is also mentioned as a simpler alternative for SQL-only scheduling. The author contributed a patch to make pg_cron compile on Windows via mingw64, with a follow-up VC++ patch still pending. A future article will compare pg_timetable and pg_cron and may provide Windows binaries for pg_cron.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://postgr.es/p/9mC>

## Similar posts on daily.dev

- [Installing pg\_timetable as a service in Linux](https://daily.dev/posts/installing-pg-timetable-as-a-service-in-linux-ckcq7npvj) · Planet PostgreSQL · 0 upvotes · 0 comments

---

Tags: [#postgresql](https://daily.dev/tags/postgresql)

[View this post on daily.dev](https://daily.dev/posts/replacing-pgagent-with-pg-timetable-part-1-keuxzepf3)
