Thread: Logical replication restriction documentation

Logical replication restriction documentation

From
PG Doc comments form
Date:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/logical-replication-restrictions.html
Description:

Re this note in the "logical replication restrictions" documentation page:
Replication is only possible from base tables to base tables. That is, the
tables on the publication and on the subscription side must be normal
tables, not views, materialized views, partition root tables, or foreign
tables. In the case of partitions, you can therefore replicate a partition
hierarchy one-to-one, but you cannot currently replicate to a differently
partitioned setup. Attempts to replicate tables other than base tables will
result in an error.

We are exploring using logical replication and partitioned tables, and
therefore I am trying to understand if these two concepts will work
together.  This note in the doc seems to indicate that it might work. So I
tried to do more research by Googling the terms "postgres base table" and
"postgres partition root table" (both mentioned in the document note above),
but Google finds pretty much nothing for either term.  So the documentation
note doesn't really help me to discern what will work and what won't.

I believe the doc note above should be revised to clarify what works and
doesn't work in relation to partitioning and logical replication, and
perhaps these two terms should be defined on this page.

Re: Logical replication restriction documentation

From
Peter Eisentraut
Date:
On 2019-09-25 16:43, PG Doc comments form wrote:
> I believe the doc note above should be revised to clarify what works and
> doesn't work in relation to partitioning and logical replication, and
> perhaps these two terms should be defined on this page.

It looked pretty clear to me.  What in particular was unclear to you.

I'd also suggest just trying it out.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services