Re: pgsql: Extend pg_publication_tables to display column list and row filt - Mailing list pgsql-committers

From Amit Kapila
Subject Re: pgsql: Extend pg_publication_tables to display column list and row filt
Date
Msg-id CAA4eK1JB_AqdQOaVGsV-RhFRCZo62m4mpn51aVNFH+suOitmrg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Extend pg_publication_tables to display column list and row filt  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Extend pg_publication_tables to display column list and row filt
List pgsql-committers
On Thu, May 19, 2022 at 8:40 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Amit Kapila <akapila@postgresql.org> writes:
> > Extend pg_publication_tables to display column list and row filter.
>
> Is this really something to be doing post-beta1?
>

I am sorry if we don't allow to make catalog changes post-beta1. If we
can't do that then I can revert this and try to find a different
solution to the problem?

> > This information will be useful to users and we also need this for the
> > later commit that prohibits combining multiple publications with different
> > column lists for the same table.
>
> I'm very skeptical of any claim that system view contents should be
> involved in such a prohibition.
>

That is not the only way for such a prohibition but it appeared
simpler to do that way as we are already using that view and its
underlying function (pg_get_publication_tables) in the place where
prohibition has to be added.

-- 
With Regards,
Amit Kapila.



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Extend pg_publication_tables to display column list and row filt
Next
From: David Rowley
Date:
Subject: pgsql: Fix incorrect comments for Memoize struct