Passwd for psql
Hello All,
I am trying to specify a passwd to start psql on an init script but I don't know how.
What is the switch to specify the password using psql:
psql -U ${USER} -? ${PASSWORD}
I already know -p is port and -P is for printing options...any help would be appreciated
|