Re: CREATE SUBSCRIPTION issue

2023-11-08 Thread Laurenz Albe
On Wed, 2023-11-08 at 12:26 +, PG Doc comments form wrote: > Hey I'm using create subscription to subscribe to a table. I have two > different hosts and I want to setup replication between them. > In host 1 > I have one schema public and a table domain. > > In host 2 > I have multiple schemas

Re: CREATE SUBSCRIPTION issue

2023-11-08 Thread David G. Johnston
On Wed, Nov 8, 2023 at 5:42 AM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: > https://www.postgresql.org/docs/15/logical-replication-row-filter.html > Description: > > Hey I'm using create subscription to subscribe to a table. I have