Re: AIX and ipv6 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: AIX and ipv6
Date
Msg-id 504F710C.3020802@gmail.com
Whole thread Raw
In response to AIX and ipv6  (John R Pierce <pierce@hogranch.com>)
Responses Re: AIX and ipv6  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
On 09/11/2012 09:09 AM, John R Pierce wrote:
> we're still having issues with PG on AIX 6.1, our configurations have no
> ipv6 as our WAN is purely ipv4, but if we use listen_addresses='*', we
> consistently get an error...
>
>      LOG:  could not bind IPv6 socket: Address already in use
>
>
> the workaround we've been using is to set listen_addresses to
> '127.0.0.1, x.y.z.w' where thats this server's IP.  messy, and annoying.
>
> is their any chance this will ever be addressed?
Did not say what version you where on. But in 9.1:

http://www.postgresql.org/docs/9.1/interactive/runtime-config-connection.html
"The special entry * corresponds to all available IP interfaces. The entry 0.0.0.0
allows listening for all IPv4 addresses and :: allows listening for all IPv6 addresses."

>
>


--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: Edson Richter
Date:
Subject: Re: Compressed binary field
Next
From: "Kevin Grittner"
Date:
Subject: Re: Compressed binary field