I have load a *.sql file using psql. I'm working in Linux server. I use -w
, so that it doesn't prompt for a password because at the end my program is meant to be automatic. But the I come across this message when I'm running it:
psql fe_sendauth no password supplied
How can I supply a password? As I told I'm working on the server side and don't have access to installation folder.