Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: DOCS - CREATE PUBLICATION ... EXCEPT missing details on ONLY
Date: 2026-04-17 10:44:25
Message-ID: CAA4eK1LRAGjUg5+HsLNR2Y=iCF=WxNes_d8z8Aa_fvdZrmgdHQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 17, 2026 at 5:26 AM Peter Smith <smithpb2250(at)gmail(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-04-17 11:48:03 Re: Parallel Apply
Previous Message Dean Rasheed 2026-04-17 10:35:17 Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)