pgsql: Doc: Clarify sequence synchronization commands. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Clarify sequence synchronization commands.
Date
Msg-id E1wheve-000Epy-38@gemulon.postgresql.org
Whole thread
List pgsql-committers
Doc: Clarify sequence synchronization commands.

Explain more accurately how REFRESH SEQUENCES differs from REFRESH
PUBLICATION in ALTER SUBSCRIPTION, and note that CREATE SUBSCRIPTION uses
copy_data = true (the default) to copy initial sequence values.

Author: Peter Smith <smithpb2250@gmail.com>
Author: Amit Kapila <amit.kapila16@gmail.com>
Backpatch-through: 19
Discussion: https://postgr.es/m/CAHut+PtFkGvZNihGRDoghWNKMfJufEpR9+thbG_8qPQ7RyVN4w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c1702cb513634878425e8b3f49dc1894d2aa781e

Modified Files
--------------
doc/src/sgml/logical-replication.sgml    |  4 +++-
doc/src/sgml/ref/alter_subscription.sgml | 10 ++++++----
2 files changed, 9 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pgsql: Refactor how some aux processes advertise their ProcNumber
Next
From: Nathan Bossart
Date:
Subject: Re: pgsql: Refactor how some aux processes advertise their ProcNumber