Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION - Mailing list pgsql-hackers

From Peter Smith
Subject Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION
Date
Msg-id CAHut+PudfQx8aGSi3xBtWJ-ATThcp4P_GJsQBRG+V3k2VgUvEg@mail.gmail.com
Whole thread
In response to Re: DOCS - Add missing EXCEPT parameter description to ALTER PUBLICATION  (Nisha Moond <nisha.moond412@gmail.com>)
List pgsql-hackers
Hi Nisha,

Comments for patch v2-0001.

======

1.
In addition, SET ALL TABLES can be used to update the tables specified
in the EXCEPT clause of a FOR ALL TABLES publication. If EXCEPT is
specified with a list of tables, the existing exclusion list is
replaced with the specified tables. If EXCEPT is omitted, the existing
exclusion list is cleared.

~

The page already has the above test in the "Description".

I think one motivation of adding the "EXCEPT" part is to remove
clutter from the "Description", but currently there is a lot of
repetition. The "Description" can be pruned:

SUGGESTION
In addition, SET ALL TABLES can be used to update the tables specified
in the EXCEPT clause.

(and the EXCEPT above should link to the EXCEPT part)

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



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Commit Sequence Numbers and Visibility
Next
From: Michael Paquier
Date:
Subject: Re: t/035_standby_logical_decoding.pl might fail on attempt to read wrong timeline