Re: PostgreSQL 8.0.3 - Mailing list pgsql-general

From Solange
Subject Re: PostgreSQL 8.0.3
Date
Msg-id 000601c58971$8f26ed90$05f8a3c8@assistente
Whole thread Raw
In response to PostgreSQL 8.0.3  ("Solange" <voss@arnet.com.br>)
List 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 by date:

Previous
From:
Date:
Subject: Re: Trigger on Update
Next
From: Bruno Wolff III
Date:
Subject: Re: How to create unique constraint on NULL columns