pgsql: Doc: Add documentation for sequence synchronization. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Add documentation for sequence synchronization.
Date
Msg-id E1vJ6WU-006Coz-2U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Add documentation for sequence synchronization.

Add documentation describing sequence synchronization support in logical
replication. It explains how sequence changes are synchronized from the
publisher to the subscriber, the configuration requirements, and provide
examples illustrating setup and usage.

Additionally, document the pg_get_sequence_data() function, which allows
users to query sequence details on the publisher to determine when to
refresh corresponding sequences on the subscriber.

Author: Vignesh C <vignesh21@gmail.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: shveta malik <shveta.malik@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Discussion: https://postgr.es/m/CAA4eK1LC+KJiAkSrpE_NwvNdidw9F2os7GERUeSxSKv71gXysQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55cefadde874e52b57f7b3c2232744e331f9d6bb

Modified Files
--------------
doc/src/sgml/catalogs.sgml                |   2 +-
doc/src/sgml/config.sgml                  |  16 +-
doc/src/sgml/func/func-sequence.sgml      |  28 +++
doc/src/sgml/logical-replication.sgml     | 294 +++++++++++++++++++++++++++---
doc/src/sgml/monitoring.sgml              |   5 +-
doc/src/sgml/ref/alter_subscription.sgml  |  15 ++
doc/src/sgml/ref/create_subscription.sgml |  31 +++-
7 files changed, 350 insertions(+), 41 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Move code specific to pg_dependencies to new file
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix pg_upgrade around multixid and mxoff wraparound