Hallo allgot,
schau mal bitte unter Systemsteueurng -> Verwaltung -> Dienste nach ob der Datenbank Server 8.3 überhaupt installiert ist und ob er läuft.
Wenn nicht findest du das Installationspaket dafür im Installationsordner vom Elephant.
Wenn es nach der Installation von postgreSQL noch immer nihct klappt, könntest du folgenden Schritt versuchen.
Du klickst suchst dir das Notepad über das Startmenü, machst einen Rechtsklick darauf und führst es als Administrator aus.
Dann klickst du im Notepad auf Datei -> Öffnen und navigierst zu folgendem Pfad.
C:\Windows\System32\drivers\etc\ .. dann musst du noch einstellen, dass man nicht nur .txt Dateien sieht sondern alle Dateien:

Hast du das gemacht, wählst du die Datei "hosts" aus. Diese Datei hat keine Dateiendung.
In dieser Datei fügst du folgende Zeile ein:
127.0.0.1 localhost
Die Datei müsste dann ungefähr so aussehen:
# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
::1 localhost
Jetzt speicherst du ab und startest deinen PC neu. Danach sollte die Verbindung zur Datenbank klappen.
Möglicherweiße musst du in der Windows Firewall noch den Port 5432 als Ausnahme hinzufügen.