Update skills/supabase/references/realtime/postgres-changes.md

Co-authored-by: Filipe Cabaço <filipecabaco@gmail.com>
This commit is contained in:
Pedro Rodrigues
2026-01-28 16:53:13 +00:00
committed by GitHub
parent fc7cf496b0
commit 7cdce1346d

View File

@@ -7,7 +7,7 @@ tags: realtime, postgres_changes, database, subscribe, publication
## Listen to Database Changes with Postgres Changes
Postgres Changes streams database changes via logical replication. Note: **Broadcast is recommended for new applications** due to better scalability.
Postgres Changes streams database changes via logical replication. Note: **Broadcast is recommended for applications that demand higher scalability**.
## When to Use Postgres Changes