pg_dump password - Mailing list pgsql-novice

From Q Beukes
Subject pg_dump password
Date
Msg-id 4507E48D.8030608@list.za.net
Whole thread Raw
Responses Re: pg_dump password
Re: pg_dump password
Re: pg_dump password
List pgsql-novice
Hey,

We want to close up the db so people can't alter the database, so we
thought of using
a password. The problem now is that we can't have pg_dump run because it
prompts
for a password.

Are there any alternatives for closing up the database? Having host/user
based trust
isn't really an option because it's a web application, and if the web
user can simply
access the database, it would be all to easy to install a web pg admin
package.

If not, is there a way to pass on a password to the pg_dump(all) utility?

regards,
Q Beukes

pgsql-novice by date:

Previous
From: Matthieu Guamis
Date:
Subject: Re: INSERT does not finish except if it is carried out a
Next
From: Oscar Rodriguez Fonseca
Date:
Subject: Re: Question About Aggregate Functions