Password issue

From: Mahmoud <mhhasan(at)gmx(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Password issue
Date: 2011-05-19 14:53:11
Message-ID: 4DD52ED7.1050204@gmx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ashesh Vashi 2011-05-19 15:05:32 Re: Password issue
Previous Message Tom Lane 2011-05-19 13:17:28 Re: optimizing a cpu-heavy query