Hi all
I am trying to create a database by passing arguments to createdb.exe
but createdb always asks me about the password although I passed -W 123
to it.
How can I override password request?
PS
This my test for creating the database
createdb.exe -U postgres -W 123 -O admin -e test
Cheers.