pg_createsubscriber clarification

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: pg_createsubscriber clarification
Date: 2024-07-28 08:22:56
Message-ID: ZqX_4J-nFTQtmj6K@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The pg_createsubscriber docs say:

https://www.postgresql.org/docs/17/app-pgcreatesubscriber.html

After a successful run, the state of the target server is analogous
to a fresh logical replication setup. The main difference between
the logical replication setup and pg_createsubscriber is the
initial data copy. It does only the synchronization phase, which
ensures each table is brought up to a synchronized state.

What does "it" and "synchronization phase" mean in "It does only the
synchronization phase"? Seems this needs improvement.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jürgen Purtz 2024-07-28 09:51:17 Re: DocBook 5.2
Previous Message Tom Lane 2024-07-25 21:42:03 Re: INSERT ... RETURNING documentation