"David G. Johnston" <david.g.johns...@gmail.com> writes: > On Friday, May 29, 2020, Adrien Nayrat <adrien.nay...@anayrat.info> wrote: >> I noticed pg_dump failed to not dump creation or comment commands for >> public schema when we explicitly ask it to dump public schema.
> As far as I can tell this is working as intended/documented. The public > schema doesn’t and doesn’t and shouldn’t get special treatment relative to > any other user schema here. Note this is something we intentionally changed a little while ago (v11, looks like), along with a larger refactoring of pg_dump vs. pg_dumpall. But yeah, public is not treated differently from other schemas anymore. regards, tom lane