Re: pg_dump not dumping some schemas - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_dump not dumping some schemas
Date
Msg-id 16966.1433167903@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump not dumping some schemas  ("Guo, Yun" <YGuo@cvent.com>)
Responses Re: pg_dump not dumping some schemas  ("Guo, Yun" <YGuo@cvent.com>)
List pgsql-admin
"Guo, Yun" <YGuo@cvent.com> writes:
> pg_dump is missing 5 schemas: mdev1, mdev2, mdev3, mdev4, and test. It
> doesn�t look like much different between those 5 schemas and the other 2.

Hm.  I'm baffled.  If you're handy with gdb you could try walking through
the calls of selectDumpableNamespace() and dumpNamespace() to see if they
get called at all for the problem schemas and what they do if so.

            regards, tom lane


pgsql-admin by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: pg_dump not dumping some schemas
Next
From: "Guo, Yun"
Date:
Subject: Re: pg_dump not dumping some schemas