> I am trying to automate my backups using pg_dump. However, I am not able to> pass the password to the command. Has anybody sucessfully done automated> backup thru scripts?export PGPASSWORD=password && pg_dump ... && export PGPASSWORD=""