PostgreSQL 8.0.3

Started by Solangealmost 21 years ago3 messagesgeneral
Jump to latest
#1Solange
voss@arnet.com.br

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

#2Richard Huxton
dev@archonet.com
In reply to: Solange (#1)
Re: 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

#3Solange
voss@arnet.com.br
In reply to: Solange (#1)
Re: PostgreSQL 8.0.3

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

Show quoted text

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