Re: pgsql: Document the all-balls IPv6 address.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Document the all-balls IPv6 address.
Date: 2011-03-18 22:56:13
Message-ID: 4D83E30D.1030006@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 03/18/2011 06:41 PM, Bruce Momjian wrote:
> Document the all-balls IPv6 address.
>
>

+ <literal>0.0.0.0/0</literal> (<quote>all balls</>) represents all
+ IPv4 addresses, and <literal>::</literal> represents
+ all IPv6 addresses.

Umm, isn't there a missing netmask there? The IPv6 analog of 0.0.0.0/0
is surely ::/0 (or I would usually write it ::0/0).

cheers

andrew

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-03-18 23:00:14 Re: pgsql: Raise maximum value of several timeout parameters
Previous Message Robert Haas 2011-03-18 22:47:54 Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-18 23:23:16 pg_last_xact_replay_timestamp meaning
Previous Message Robert Haas 2011-03-18 22:47:54 Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.