Extension support for pg_dump, patch v23 - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Extension support for pg_dump, patch v23
Date
Msg-id 874o9okjph.fsf@hi-media-techno.com
Whole thread Raw
List pgsql-hackers
Hi,

Please find attached patch v23, which includes some more cleanup and a
fresh merge against master (recent work on SQL/MED caused merge issues).

Some code cleanup is also there for the next patch in the series to be
easier to review, namely the upgrade support.  Following good practises,
a new mail about it will be sent.

Also, per Robert asking, please find 3 files attached: the big'o'patch
itself, the contrib only patch and the "core" patch, that is doc and
src.  This was obtained by using git diff master.. -- contrib for the
former, git diff master.. -- src doc for the later.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


Attachment

pgsql-hackers by date:

Previous
From: Christian Ullrich
Date:
Subject: Re: SSPI client authentication in non-Windows builds
Next
From: Dimitri Fontaine
Date:
Subject: ALTER EXTENSION UPGRADE patch v1