Re: PostgreSQL 8.0.3

From: "Solange" <voss(at)arnet(dot)com(dot)br>
To: "Richard Huxton" <dev(at)archonet(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL 8.0.3
Date: 2005-07-15 19:15:26
Message-ID: 000601c58971$8f26ed90$05f8a3c8@assistente
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)archonet(dot)com>
To: "Solange" <voss(at)arnet(dot)com(dot)br>
Cc: <pgsql-general(at)postgresql(dot)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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2005-07-15 19:49:09 Re: How to create unique constraint on NULL columns
Previous Message sunithab 2005-07-15 19:04:42 Re: Trigger on Update