Is there a way to supply a username and password in one command using
pg_dump?
For example is it possible to do this so it doesn't prompt you for a
username/password:
pg_dump mydb --username=dbuser --password=dbpass > myfile.out
Thank you!
[:==> Troy Campano <==:]