From: | Martín Marqués <martin(at)2ndquadrant(dot)com> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephen Frost <sfrost(at)snowman(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pg_dump with tables created in schemas created by extensions |
Date: | 2016-08-29 20:43:07 |
Message-ID: | CAPdiE1zMuCSNeueZZPkqDDTmYJUngYhn0_1MpQPTYsnRmvnz-w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
This is v4 of the patch, which is actually a cleaner version from the
v2 one Michael sent.
I stripped off the external index created from the tests as that index
shouldn't be dumped (table it belongs to isn't dumped, so neither
should the index). I also took off a test which was duplicated.
I think this patch is a very good first approach. Future improvements
can be made for indexes, but we need to get the extension dependencies
right first. That could be done later, on a different patch.
Thoughts?
--
Martín Marqués http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Attachment | Content-Type | Size |
---|---|---|
pgdump-extension-v4.patch | invalid/octet-stream | 9.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Karlsson | 2016-08-29 21:45:33 | Re: OpenSSL 1.1 breaks configure and more |
Previous Message | Tom Lane | 2016-08-29 19:54:18 | Re: Fix some corner cases that cube_in rejects |