Re: [DOC] Update ALTER SUBSCRIPTION documentation v3

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Robert Sjöblom <robert.sjoblom@fortnox.se>, pgsql-hackers@lists.postgresql.org
Date: 2023-06-14T03:09:50Z
Lists: pgsql-hackers
On Wed, May 17, 2023 at 11:57 AM Peter Smith <smithpb2250@gmail.com> wrote:
>
> On Wed, May 17, 2023 at 2:53 PM Robert Sjöblom
> <robert.sjoblom@fortnox.se> wrote:
> >
> > Attached is the revised version.
> >
>
> v4 looks good to me.
>

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?

-- 
With Regards,
Amit Kapila.



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.