Back to browse
GitHub Repository

tail -f for PostgreSQL — stream row changes to the terminal in real time

4 starsGo

Pg-tail – tail -f for PostgreSQL

by pigno·Jun 18, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My Problem

Native logical replication protocol means zero code changes to existing Postgres apps.

Strengths
  • Wire-protocol parsing requires no application modifications.
  • TUI mode provides interactive event filtering and inspection.
  • Doctor subcommand validates replication setup automatically.
Weaknesses
  • Requires wal_level=logical configuration on Postgres.
  • UPDATE diffs need REPLICA IDENTITY setup for full visibility.
Target Audience

Backend developers, database administrators

Similar To

Debezium · pgwatch · Wal2Json

Similar Projects