Re: mild modification to pg_dump

Matt Zagrabelny <mzagrabe@d.umn.edu>

From: Matt Zagrabelny <mzagrabe@d.umn.edu>
To: marcelo <marcelo.nicolet@gmail.com>
Cc: "pgsql-general@postgresql.org >> PG-General Mailing List" <pgsql-general@postgresql.org>
Date: 2017-11-18T17:50:10Z
Lists: pgsql-general
On Fri, Nov 17, 2017 at 3:58 PM, marcelo <marcelo.nicolet@gmail.com> wrote:

> Again: knowing of .pgpass (thank you Scott) this is what I will do.
>
>
Just in case you might not know. The perms of the .pgpass file need to not
have group or all write access. For instance:

chmod 0600 .pgpass

-m