Re: mild modification to pg_dump

From: Scott Mead <scottm(at)openscg(dot)com>
To: marcelo <marcelo(dot)nicolet(at)gmail(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 13:49:30
Message-ID: CAKq0gvJ9uR9Yid=RaGXawHxYRF_JfRZ96Q9Hevk5gcp+dKH+jw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Nov 17, 2017 at 7:51 AM, marcelo <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)
> To make changes to your subscription:
> 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 hubert depesz lubaczewski 2017-11-17 15:12:54 explain analyze output with parallel workers - question about meaning of information for explain.depesz.com
Previous Message marcelo 2017-11-17 12:51:35 mild modification to pg_dump