[BUGS] Do dropdb and createdb read password from .pgpass file?

2005-05-11 Thread Sankaran Anupama
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 res

Re: [BUGS] Do dropdb and createdb read password from .pgpass

2005-05-12 Thread Sankaran Anupama
library. So, thinking wht could be the problem? -Anu >>> Michael Fuhr <[EMAIL PROTECTED]> 05/12/05 6:53 PM >>> On Wed, May 11, 2005 at 11:35:16PM -0600, Sankaran Anupama wrote: > > I find that while pg_dump and pg_restore take/read the password from > the .pgpass file