PostgreSQL einrichten Win7 64Bit

Hi,
ich würde gerne PostgreSQL unter Windows 7 64Bit einrichten.
Da der Installer nicht funtioniert, muss ich alles von Hand erledigen.
Ich habe folgendes gemacht:

  1. Die Binaries hier heruntergeladen: EnterpriseDB: Download PostgreSQL Binaries
  2. Den Inhalt des Ordners nach “C:\Program Files (x86)” entpackt
  3. Einen neuen Cluster mit initdb -D “F:\data” erstellt

Jetzt kann ich den Server mit “pg_ctl -D “F:\data” -l logfile start” starten.
Es kommt folgende Meldung:

pg_ctl: ein anderer Server läuft möglicherweise; versuche trotzdem zu starte
Server startet

Wenn ich mich auf den Server verbinden will, benötige ich einen Benutzernamen und ein Passwort, wie lauten diese?

initdb:

-U > username
–username=> username > Selects the user name of the database superuser. This defaults to the name of the effective user running initdb. It is really not important what the superuser’s name is, but one might choose to keep the customary name postgres, even if the operating system user’s name is different.
-W
–pwprompt Makes initdb prompt for a password to give the database superuser. If you don’t plan on using password authentication, this is not important. Otherwise you won’t be able to use password authentication until you have a password set up.

und auch noch interessant:
createuser

!!! der von mir eingegebene Text ist zu kurz !!!

Nur so als Frage am Rande… Warum ging der Installer nicht? Ich habe hier ein PostgreSQL 8.4 problemlos auf einen 64Bit Win7 Prof installiert bekommen…