| From: | Amit Kapila <akapila(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Doc: Clarify sequence synchronization commands. |
| Date: | 2026-07-09 02:55:59 |
| Message-ID: | E1wheve-000Epy-38@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)gmail(dot)com>
Author: Amit Kapila <amit(dot)kapila16(at)gmail(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Bossart | 2026-07-09 03:10:55 | Re: pgsql: Refactor how some aux processes advertise their ProcNumber |
| Previous Message | Fujii Masao | 2026-07-09 00:57:27 | Re: pgsql: Refactor how some aux processes advertise their ProcNumber |