From 7cdce1346dcc2c8dc1c09e9ee0f31a057435f54e Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues <44656907+Rodriguespn@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:53:13 +0000 Subject: [PATCH] Update skills/supabase/references/realtime/postgres-changes.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filipe Cabaço --- skills/supabase/references/realtime/postgres-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/supabase/references/realtime/postgres-changes.md b/skills/supabase/references/realtime/postgres-changes.md index f3f0320..92e266d 100644 --- a/skills/supabase/references/realtime/postgres-changes.md +++ b/skills/supabase/references/realtime/postgres-changes.md @@ -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