Conflict in documentation - Mailing list pgsql-docs

From PG Doc comments form
Subject Conflict in documentation
Date
Msg-id 177383263022.811.383346008182718806@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Conflict in documentation
List 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:

On page

https://www.postgresql.org/docs/current/logical-replication-row-filter.html#LOGICAL-REPLICATION-ROW-FILTER-INITIAL-DATA-SYNC

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.




pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: pg_stat_statements does not require shared_preload_libraries to be modified
Next
From: "David G. Johnston"
Date:
Subject: Re: Conflict in documentation