Re: Connect to server PG from laptop java app

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Connect to server PG from laptop java app
Дата
Msg-id grpljb$qg5$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Connect to server PG from laptop java app  (Jennifer Trey <jennifer.trey@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: ERROR: array subscript out of range
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Convert Oracle function to PostgreSQL