pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.
Date: 2026-08-13 04:43:31
Message-ID: E1wuNHu-00000000MKe-3TLl@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.

The note used a confusing "tables/except tables/schemas" slash-list,
omitted DROP from the operations requiring a subscriber refresh, and
called out "unset ALL SEQUENCES" without its symmetric "unset ALL TABLES"
case. Reword for clarity and consistency.

Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Backpatch-through: 19
Discussion: https://postgr.es/m/CAHut+PuGKrWhVMvuFyf-wSdF-Tai_jPTz2UCSCqsYM-82ATY5w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d795a365848bdd76f01a28c3b6d70d01526f3e4

Modified Files
--------------
doc/src/sgml/ref/alter_publication.sgml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-08-13 05:25:30 pgsql: vacuumdb: Use ANALYZE ONLY for partitioned tables
Previous Message Fujii Masao 2026-08-13 04:28:01 pgsql: doc: Clarify pgbench reporting with --continue-on-error