From Wed, Sep 1, 2021 2:36 PM Peter Smith <smithpb2...@gmail.com> wrote: > Schema objects are not part of the publication. Current only TABLES are in > publications, so I thought that \dRp+ output would just be the of "Tables" in > the publication. Schemas would not even be displayed at all (except in the > table name).
I think one use case of schema level publication is it can automatically publish new table created in the shcema(same as ALL TABLE publication). So, IMO, \dRp+ should output Schema level publication separately to make the user aware of it. Best regards, Hou zj