[HACKERS] psql password passing problem

2009-08-14 Thread pascal Van Puymbroeck
Hi guys, I'd like to inform you about the issue of using psql in a dos batch file on windows vista. On linux all is very simple, you can easily write in your script psql -d mydb -U myuser -f myqry.sql passw.txt On windows however, psql does not seem to work like this, nor does type

Re: [HACKERS] psql password passing problem

2009-08-14 Thread Serge Fonville
Hi, I'd like to inform you about the issue of using psql in a dos batch file on windows vista. On linux all is very simple, you can easily write in your script psql -d mydb -U myuser -f myqry.sql passw.txt On windows however, psql does not seem to work like this, nor does type