Re: pgsql: Extend pg_publication_tables to display column list and row filt
От | Amit Kapila |
---|---|
Тема | Re: pgsql: Extend pg_publication_tables to display column list and row filt |
Дата | |
Msg-id | CAA4eK1JB_AqdQOaVGsV-RhFRCZo62m4mpn51aVNFH+suOitmrg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: pgsql: Extend pg_publication_tables to display column list and row filt (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: pgsql: Extend pg_publication_tables to display column list and row filt
|
Список | 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 по дате отправления: