Re: [DOC] Update ALTER SUBSCRIPTION documentation v3

Peter Smith <smithpb2250@gmail.com>

From: Peter Smith <smithpb2250@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Peter Eisentraut <peter@eisentraut.org>, Robert Sjöblom <robert.sjoblom@fortnox.se>, pgsql-hackers@lists.postgresql.org
Date: 2023-06-20T03:32:21Z
Lists: pgsql-hackers

Attachments

FYI - I have created and tested back-patches for Amit's v5 patch,
going all the way to REL_10_STABLE.

(the patches needed tweaking several times due to minor code/docs
differences in the earlier versions)

PSA.

------
Kind Regards,
Peter Smith.
Fujitsu Australia

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.