Do dropdb and createdb read password from .pgpass file?

From: "Sankaran Anupama" <sanupama(at)novell(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Do dropdb and createdb read password from .pgpass file?
Date: 2005-05-12 05:35:16
Message-ID: s28296cb.098@lucius.provo.novell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I'm using the pg_dump and pg_restore client applications to implement
our database backup-restore strategies. Wrt this, inorder to be able to
autoamate the backup process (run it as a cron job), I'm using the
.pgpass file for automating the password input. This is working for
pg_dump.

My restore script does a full restore - I first drop the existing
database using dropdb, create a new database using createdb and then use
pg_restore to restore the database from the backup file created (using
pg_dump)

I find that while pg_dump and pg_restore take/read the password from
the .pgpass file, dropdb and createdb do not. For these, i'm still
having to key in the password. The permissions for the .pgpass is 0600
as expected.

Can anyone please let me know why this is happening? Thanks.

-Anu

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message raphala 2005-05-12 08:57:12 Please help me
Previous Message Tom Lane 2005-05-12 05:05:06 Re: Missing tables in postgresql 7.2.4