On Wed, Aug 5, 2026 at 2:06 PM Peter Smith <[email protected]> wrote: > > I noticed that the Description section of the ALTER PUBLICATION page > [1] has a poorly worded sentence: > > "Note that adding tables/except tables/schemas to a publication that > is already subscribed to will require an ALTER SUBSCRIPTION ... > REFRESH PUBLICATION action" > > The problem is due to that strange slash-list. Apart from being > difficult to read, it makes it sound as if there's a distinct object > called an "except table", when what's meant is "changing a > publication's EXCEPT list." > > PSA patch v1 to reword this using plain English. >
LGTM. minot nitpic: "...publication. Note", here instead of two spaces, let's use one space to be consistent with the nearby doc wording. Also, this needs to be backpatched to 19, see if applied and build cleanly on 19 as well. -- With Regards, Amit Kapila.
