Re: pg_dump doesn't dump new objects created in schemas from extensions
От | Martín Marqués |
---|---|
Тема | Re: pg_dump doesn't dump new objects created in schemas from extensions |
Дата | |
Msg-id | 36a1111f-58b9-bec8-fb18-c862ca6fe285@2ndquadrant.com обсуждение исходный текст |
Ответ на | Re: pg_dump doesn't dump new objects created in schemas from extensions (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: pg_dump doesn't dump new objects created in schemas from extensions
|
Список | pgsql-bugs |
Hi, couldn't find a committed patch to fix this. Did I miss it in the pile of logs? El 22/06/16 a las 14:21, Tom Lane escribió: > >>> So maybe just moving the checkExtensionMembership call to after the other >>> stuff would be enough in HEAD? > >> Looking into older versions as well I can't see how placing >> checkExtensionMembership at the end of selectDumpableNamespace would >> help. (like-wise for other selectDumpable's) > > The fix in HEAD will necessarily look quite a bit different from > the back branches, I fear. But the idea I had in mind there was that > we'd calculate a namespace's dump and dump_contains flags as if it > were not an extension member, and then allow checkExtensionMembership > to overwrite the dump flags if it is a member. Since > checkExtensionMembership doesn't touch the dump_contains flags, that > would leave all the flags in the desired state. Was drifted away but can make some time now to add a proper test for this and a fix around Tom's thoughts. Regards, -- Martín Marqués http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-bugs по дате отправления: