Re: Conflict in documentation - Mailing list pgsql-docs

From David G. Johnston
Subject Re: Conflict in documentation
Date
Msg-id CAKFQuwaaCE42a3Of_Lt5QUgZ2rPEhu2ft_3ASXvnyc1Di2i+ag@mail.gmail.com
Whole thread Raw
In response to Conflict in documentation  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs


On Wed, Mar 18, 2026, 07:55 Blaziak, Sebastian <sebastian.blaziak@fisglobal.com> wrote:

Hi David

 

The first line states that the initial data copy will _only_ copy filtered / relevant data.

 

While warning, but also elsewhere in the documentation it is stated that initial table _does not_ respect any publish limitations.

 

Hence the conflict.


"publish" is a setting, it is completely orthogonal to the ability to specify a "where" clause.

A where clause is always applied, both for the transfer of the ledger table data and the transfer of journal event data.  The publish setting can only ever apply to the transfer of journal event data by its very nature.

David J.


pgsql-docs by date:

Previous
From: "Blaziak, Sebastian"
Date:
Subject: RE: Conflict in documentation
Next
From: Lukas Fittl
Date:
Subject: Re: pg_stat_statements does not require shared_preload_libraries to be modified