Skip to content

Commit 4f85284

Browse files
authored
Update setup-replication-external.mdx (supabase#36412)
1 parent 985733f commit 4f85284

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/docs/content/guides/database/postgres/setup-replication-external.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,10 @@ ALTER PUBLICATION example_pub ADD TABLE example_table;
6060
```sql
6161
select * from pg_stat_replication;
6262
```
63+
64+
<Admonition type="note">
65+
66+
You can add more tables to the initial publication, but you're going to need to do a REFRESH on the subscribing database.
67+
See https://www.postgresql.org/docs/current/sql-alterpublication.html
68+
69+
</Admonition>

0 commit comments

Comments
 (0)