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 specific list?