From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | PiotrL <vpiotr(at)poczta(dot)onet(dot)pl> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1349: Gap in documentation - pg_dump |
Date: | 2004-12-16 13:44:07 |
Message-ID: | 20041216134407.GA2768@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Thu, Dec 16, 2004 at 08:16:56 +0000,
PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org> wrote:
>
> I'm sorry, but I didn't found a better place to report that:
>
> There is no information how to specify user's password in pg_dump
> documentation. I have spent half of day searching for that (pg_hba.conf was
> not working for me) and the answer is very simple:
>
> You can use SET variables for that:
>
> PGUSER=web-user
> PGPASSWORD=secret
>
> Please include that in pg_dump documentation.
You don't want to do that; on many systems the contents of environment
variables are visible to other processes. You can keep a password in
~/.pgpass and that will work for more than just pg_dump. If the batch
scripts are running on the same machine as the server, consider using
ident authentication.
From | Date | Subject | |
---|---|---|---|
Next Message | Hesse, Hendrik | 2004-12-16 15:41:43 | Problem with Upper/Lower Function |
Previous Message | PostgreSQL Bugs List | 2004-12-16 08:16:56 | BUG #1349: Gap in documentation - pg_dump |