Re: Connect to server PG from laptop java app - Mailing list pgsql-general

From Jasen Betts
Subject Re: Connect to server PG from laptop java app
Date
Msg-id grpljb$qg5$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Connect to server PG from laptop java app  (Jennifer Trey <jennifer.trey@gmail.com>)
List pgsql-general
On 2009-04-05, Johan Nel <johan555.nel555@xsinet555.co.za> wrote:
> Jennifer,
>
> Jennifer Trey wrote:
>> Hi, I am trying to create my DB schema on the server through my
>> development laptop.
>>
>> I have installed Web Server 2008 and PostgreSQL. They are both running.
>> For some reason its not working. Do I need to open some firewall ports?
>> PostgreSQL runs on 5432. ( I think I did that though). Do I need to
>> configure PG somehow as well?
>
> Default PG installation is setup to work only on localhost or 127.0.0.1

No. The default is localhost only. if you need 127.0.0.1 you may need to add
it.

Operating systems are moving to IP6 and a recent windows(?) update saw
localhost move to ::1 (from 127.0.0.1) for me this broke some things
that were expecting to find postgres on 127.0.0.1




pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: ERROR: array subscript out of range
Next
From: Jasen Betts
Date:
Subject: Re: Convert Oracle function to PostgreSQL