Re: [GENERAL] mild modification to pg_dump

Поиск
Список
Период
Сортировка
От marcelo
Тема Re: [GENERAL] mild modification to pg_dump
Дата
Msg-id 023dc0d6-8fa3-7217-cf5c-0e3131c3b8c2@gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] mild modification to pg_dump  (Scott Mead <scottm@openscg.com>)
Ответы Re: [GENERAL] mild modification to pg_dump  (John R Pierce <pierce@hogranch.com>)
Список 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.nicolet@gmail.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
--
Scott Mead
Sr. Architect
OpenSCG

В списке pgsql-general по дате отправления:

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: [GENERAL] explain analyze output with parallel workers - question aboutmeaning of information for explain.depesz.com
Следующее
От: John R Pierce
Дата:
Сообщение: Re: [GENERAL] mild modification to pg_dump