How do I install/run PostgreSQL 9.4 64 bit on Windows 7 Professional? - Mailing list pgsql-admin

From David G. Johnston
Subject How do I install/run PostgreSQL 9.4 64 bit on Windows 7 Professional?
Date
Msg-id CAKFQuwaJp_W+KU1QW4y4WMaYyWPVpVOTL9robTZCS-H4A4=v+Q@mail.gmail.com
Whole thread Raw
In response to Re: How do I install/run PostgreSQL 9.4 64 bit on Windows 7 Professional?  (Andre_Mikulec <Andre_Mikulec@Hotmail.com>)
List pgsql-admin
On Thursday, April 30, 2015, Andre_Mikulec <Andre_Mikulec@hotmail.com> wrote:
No, the server never starts.

As, I said; firewall disabled, secure essentials disabled, antivirus
disabled

I also made the following changes and retried

postgresql.conf
listen_addresses = '*'

pg_hba.conf
host        all             all             0.0.0.0/0               trust

Same response being produced by pg_ctl

LOG:  incomplete startup packet
LOG:  could not receive data from client: No connection could be made
because the target machine actively refused it.

This seems to be a DEEP problem.
Does any one in the WORLD run PostgreSQL on Windows 7 Professional 64 bit?


You do understand there is more than one way to install PostgreSQL?  The core project doesn't directly support anything but source code installs.  You should be asking whomever you got your installer from for help.  Or, lacking that, consider a different distribution.  Because I am sure that not everyone in the world is subscribed to this list.  And troubleshooting Windows over email is not the easiest or most desirable thing to do - even if there is someone on this list who recognizes what this "Portable PostgreSQL" thing is.

David J.

pgsql-admin by date:

Previous
From: Andre_Mikulec
Date:
Subject: Re: How do I install/run PostgreSQL 9.4 64 bit on Windows 7 Professional?
Next
From: Alanoly Andrews
Date:
Subject: How to exclude blobs (large objects) from being loaded by pg_restore?