Re: mild modification to pg_dump

From: marcelo <marcelo(dot)nicolet(at)gmail(dot)com>
To: Scott Mead <scottm(at)openscg(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: mild modification to pg_dump
Date: 2017-11-17 20:19:08
Message-ID: 023dc0d6-8fa3-7217-cf5c-0e3131c3b8c2@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry, I was not exact.
I don't need nor like to change pg_dump. Rather, based on pg_dump code,
I need to develop a daemon which can receive a TCP message (from a
privileged app) containing some elements: the database to dump, the user
under which do that, and his password. (My apps are using that same
data, of course, encripted to the common users).
Thank you, Scott.

On 17/11/17 10:49, Scott Mead wrote:
>
>
> On Fri, Nov 17, 2017 at 7:51 AM, marcelo <marcelo(dot)nicolet(at)gmail(dot)com
> <mailto:marcelo(dot)nicolet(at)gmail(dot)com>> wrote:
>
> I would need to do a mild change to pg_dump, working against a 9.4
> server on linux.
> Which source tree do I need? Have gcc 4.9.2 in my Lubuntu
> installation.
> TIA
>
>
> What exactly do you need to change?  Most likely, there is a quick and
> easy fix for whatever you're doing without modifying pg_dump itself.
>
> That being said, if you really want to modify the source, download the
> source tarball: https://www.postgresql.org/ftp/source/
>
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org
> <mailto:pgsql-general(at)postgresql(dot)org>)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
> <http://www.postgresql.org/mailpref/pgsql-general>
>
>
>
>
> --
> --
> Scott Mead
> Sr. Architect
> /OpenSCG <http://openscg.com>/
> http://openscg.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2017-11-17 20:23:52 Re: mild modification to pg_dump
Previous Message rammohan ganapavarapu 2017-11-17 15:43:57 Re: Can master and slave on different PG versions?