pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.
Date
Msg-id E1wuNHu-00000000MKe-3TLl@gemulon.postgresql.org
Whole thread
Responses pgsql: Reject calls from SQL to functions that take or return type inte
List 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@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.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(-)


Attachment

pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N
Next
From: Tom Lane
Date:
Subject: pgsql: Consistently enforce tsvector/tsquery maximum lengths.