Re: pg_dump not dumping some schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Guo, Yun" <YGuo(at)cvent(dot)com>
Cc: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_dump not dumping some schemas
Date: 2015-06-01 14:11:43
Message-ID: 16966.1433167903@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Guo, Yun" <YGuo(at)cvent(dot)com> writes:
> pg_dump is missing 5 schemas: mdev1, mdev2, mdev3, mdev4, and test. It
> doesnt 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Guo, Yun 2015-06-01 14:12:10 Re: pg_dump not dumping some schemas
Previous Message Albe Laurenz 2015-06-01 14:08:10 Re: pg_dump not dumping some schemas