Re: [DOC] Update ALTER SUBSCRIPTION documentation
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: Robert Sjöblom <robert.sjoblom@fortnox.se>, pgsql-hackers@lists.postgresql.org
Date: 2023-05-09T06:40:11Z
Lists: pgsql-hackers
On Mon, May 8, 2023 at 1:51 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote: > > Apart from the documentation change, given that setting slot_name = > NONE always requires for the subscription to be disabled beforehand, > does it make sense to change ALTER SUBSCRIPTION SET so that we disable > the subscription when setting slot_name = NONE? Setting slot_name to a > valid slot name doesn't enable the subscription, though. > I think this is worth considering. Offhand, I don't see any problem with this idea but users may not like the automatic disabling of subscriptions along with setting slot_name=NONE. It would be better to discuss this in a separate thread to seek the opinion of others. -- With Regards, Amit Kapila.
Commits
-
Fix the errhint message and docs for drop subscription failure.
- a734caa25f79 16.0 landed
- fd079193d24c 15.4 landed
- 0b79042701ff 14.9 landed
- 4b4ee1e2b073 13.12 landed
- 0e73b9ae6c5f 12.16 landed
- 6973868c9dbc 11.21 landed
-
doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit}
- e126d817c7af 16.0 cited
-
Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITION OF.
- f170b572d2b4 16.0 cited