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 <[email protected]> Reviewed-by: Peter Smith <[email protected]> Reviewed-by: shveta malik <[email protected]> Reviewed-by: Chao Li <[email protected]> Reviewed-by: Amit Kapila <[email protected]> Discussion: https://postgr.es/m/caa4ek1lc+kjiaksrpe_nwvndidw9f2os7geruesxskv71gx...@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(-)
