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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Amit Kapila <akapila(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Extend pg_publication_tables to display column list and row filt
Date: 2022-05-19 03:10:52
Message-ID: 91075.1652929852@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Amit Kapila <akapila(at)postgresql(dot)org> writes:
> Extend pg_publication_tables to display column list and row filter.

Is this really something to be doing post-beta1?

> 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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-05-19 03:29:13 Re: pgsql: Extend pg_publication_tables to display column list and row filt
Previous Message Amit Kapila 2022-05-19 03:03:09 pgsql: Extend pg_publication_tables to display column list and row filt