Re: [DOC] Update ALTER SUBSCRIPTION documentation v3

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Amit Kapila <amit.kapila16@gmail.com>, Peter Smith <smithpb2250@gmail.com>
Cc: Robert Sjöblom <robert.sjoblom@fortnox.se>, pgsql-hackers@lists.postgresql.org
Date: 2023-06-14T13:22:46Z
Lists: pgsql-hackers
On 14.06.23 05:09, Amit Kapila wrote:
> The latest version looks good to me as well. I think we should
> backpatch this change as this is a user-facing message change in docs
> and code. What do you guys think?

Isn't that a reason *not* to backpatch it?



Commits

  1. Fix the errhint message and docs for drop subscription failure.

  2. doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit}

  3. Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.