Re: Feature, my misconception or bug??

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Cc: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
Subject: Re: Feature, my misconception or bug??
Date: 2006-02-22 12:47:32
Message-ID: 200602221347.33355.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Am Mittwoch, 22. Februar 2006 13:04 schrieb Achilleus Mantzios:
> foodb=# SELECT '255.255.255.255/24'::cidr;
> ERROR: invalid cidr value: "255.255.255.255/24"
> DETAIL: Value has bits set to right of mask.

> in this case
> 11111111.11111111.11111111.11111111
> has no bits set to right of
> 8 LSB ^

I'm sure you are aware that "1" is a set bit, so which part are you not
understanding?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Markus Schaber 2006-02-22 12:55:11 Re: Feature, my misconception or bug??
Previous Message Achilleus Mantzios 2006-02-22 12:04:37 Feature, my misconception or bug??