Re: BUG #1769: pg_dumpall fails to run - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1769: pg_dumpall fails to run
Date
Msg-id 21521.1121366140@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1769: pg_dumpall fails to run  ("Nigel Kukard" <nkukard@lbsd.net>)
List pgsql-bugs
"Nigel Kukard" <nkukard@lbsd.net> writes:
> When pg_dumpall prompts me for the password I type it in, and press enter
> only to get another password prompt.

This doesn't seem particularly surprising: you are going to have to
enter the password once for pg_dumpall, and once for each of its
per-database invocations of pg_dump.

Most people try to set things up so that pg_dump(all) can be executed
without any manual password entry.  You might be able to use another
authorization method for local connections; failing that, set up a
~/.pgpass file for the database superuser.

            regards, tom lane

pgsql-bugs by date:

Previous
From: ""
Date:
Subject: BUG #1768: to_char result of an interval differs between 7.x and 8.x
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #1768: to_char result of an interval differs between 7.x and 8.x