Re: [GENERAL] mild modification to pg_dump - Mailing list pgsql-general

From John R Pierce
Subject Re: [GENERAL] mild modification to pg_dump
Date
Msg-id d9a6f716-405d-3943-1071-716fbc1fdfc4@hogranch.com
Whole thread Raw
In response to Re: [GENERAL] mild modification to pg_dump  (marcelo <marcelo.nicolet@gmail.com>)
Responses Re: [GENERAL] mild modification to pg_dump
List pgsql-general
On 11/17/2017 12:19 PM, marcelo wrote:
> 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).


I would just fork pg_dump to do the actual dump rather than try and 
incorporate its source code into your app.


-- 
john r pierce, recycling bits in santa cruz



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: marcelo
Date:
Subject: Re: [GENERAL] mild modification to pg_dump
Next
From: Luca Ferrari
Date:
Subject: [GENERAL] unnest-like pg_stats.most_common_values and pg_stats.most_common_freqs