Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-04-17T10:44:25Z
Lists: pgsql-hackers
On Fri, Apr 17, 2026 at 5:26 AM Peter Smith <smithpb2250@gmail.com> wrote: > > Currently, the EXCEPT (TABLE ...) part mentions how 'ONLY' and '*' > work for inheritance tables, but how they have no effect for > partitioned tables [1]. > > It seems we accidentally missed saying that these also have no effect > for *regular* tables. > The sentence you quoted speaks about partitioned tables specifically, so not mentioning regular tables there seems reasonable to me. -- With Regards, Amit Kapila.