Re: [HACKERS] ALTER PUBLICATION materializing the list of tables

2017-05-24 Thread Peter Eisentraut
On 5/22/17 18:08, Jeff Janes wrote: > If I create a publication FOR ALL TABLES and then change my mind, the > only thing I can do is drop the publication and recreate it. > > Since "ALTER PUBLICATION name SET TABLE" allows you to replace the > entire table list, shouldn't it also let you change

[HACKERS] ALTER PUBLICATION materializing the list of tables

2017-05-22 Thread Jeff Janes
If I create a publication FOR ALL TABLES and then change my mind, the only thing I can do is drop the publication and recreate it. Since "ALTER PUBLICATION name SET TABLE" allows you to replace the entire table list, shouldn't it also let you change from the dynamic FOR ALL TABLES to a static spec