Обсуждение: PostgreSQL 8.0.3

Поиск
Список
Период
Сортировка

PostgreSQL 8.0.3

От
"Solange"
Дата:
    As to make the connection with the data base PostgreSQL 8.0.3 being used the address localhost in Ipv6([::1 ]) ?
It is possible?

Re: PostgreSQL 8.0.3

От
Richard Huxton
Дата:
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

Re: PostgreSQL 8.0.3

От
"Solange"
Дата:
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
>