Re: pg_dump - Mailing list pgsql-novice

From Tom Lane
Subject Re: pg_dump
Date
Msg-id 21998.1184084665@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump  ("stephen" <mail@xesoftware.com.au>)
List pgsql-novice
"stephen" <mail@xesoftware.com.au> writes:
> I am trying to run pg_dump from a perl script.

> I do this:

> system("pg_dump -U postgres eventOrganizer");

> and it fires it up but it then wants me to manually enter the password.
> I couldn't find any option to enter the password as part of the call. Is
> there one? Is there any other way to do this?

There is no way to put it on the command line, and you wouldn't want to
use it if there was, because that would expose the password to anyone
able to run "ps".  Instead, put the password in a ~/.pgpass file for the
user running the perl script.  See
http://www.postgresql.org/docs/8.2/static/libpq-pgpass.html

            regards, tom lane

pgsql-novice by date:

Previous
From: "stephen"
Date:
Subject: pg_dump
Next
From: "Andrej Ricnik-Bay"
Date:
Subject: Re: pam + PostgreSQL