| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | sebastian(dot)blaziak(at)fisglobal(dot)com |
| Subject: | Conflict in documentation |
| Date: | 2026-03-18 11:17:10 |
| Message-ID: | 177383263022.811.383346008182718806@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/18/logical-replication-row-filter.html
Description:
If the subscription requires copying pre-existing table data and a
publication contains WHERE clauses, only data that satisfies the row filter
expressions is copied to the subscriber.
and
Warning
Because initial data synchronization does not take into account the publish
parameter when copying existing table data, some rows may be copied that
would not be replicated using DML. Refer to Section 29.9.1, and see Section
29.2.2 for examples.
conflict.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2026-03-18 14:14:49 | Re: Conflict in documentation |
| Previous Message | PG Doc comments form | 2026-03-18 02:37:09 | pg_stat_statements does not require shared_preload_libraries to be modified |