Re: PostgreSQL 8.0.3

Поиск
Список
Период
Сортировка
От Solange
Тема Re: PostgreSQL 8.0.3
Дата
Msg-id 000601c58971$8f26ed90$05f8a3c8@assistente
обсуждение исходный текст
Ответ на PostgreSQL 8.0.3  ("Solange" <voss@arnet.com.br>)
Список pgsql-general
Yes I have, the SO supports IPV6.
I can access my local machine using ::1 and also access the apache web
server using IPV6, but I am not able to access the Postgre using a command
like

psql -h ::1 -d dbteste -u postgres
psql -h [fe80::1] -d dbteste -u postgres

Of course if I use localhost I am able to connect because localhost is
mapped by the SO to a IPV4 address





----- Original Message -----
From: "Richard Huxton" <dev@archonet.com>
To: "Solange" <voss@arnet.com.br>
Cc: <pgsql-general@postgresql.org>
Sent: Thursday, July 14, 2005 11:10 AM
Subject: Re: [GENERAL] PostgreSQL 8.0.3


> Solange wrote:
>> As to make the connection with the data base PostgreSQL 8.0.3 being
>> used the address localhost in Ipv6([::1 ]) ? It is possible?
>
> I think it should be possible to connect via IPv6, so long as your
> operating-system supports it properly. Have you found problems?
>
>
> PS - did you know the community has a Brazilian group and website too?
>   http://www.postgresql.org/community/lists/
>   http://www.postgresql.org/community/international
> --
>   Richard Huxton
>   Archonet Ltd
>


В списке pgsql-general по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: Trigger on Update
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: How to create unique constraint on NULL columns