>>> D Galen <degalen@comcast.net> wrote:
> Server will load & I see the server processes loaded but none of
> them have any open ports.
Please show us your listen_addresses line from postgresql.conf.
Are you trying to connect to localhost, 127.0.0.1, or some other IP
address?
If W2K supports it, show us the results of: netstat -plnt
otherwise pick out the LISTEN lines from: netstat -an
-Kevin