On Thu, May 19, 2022 at 8:40 AM Tom Lane <t...@sss.pgh.pa.us> wrote: > > Amit Kapila <akap...@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.