Feature, my misconception or bug?? - Mailing list pgsql-sql

From Achilleus Mantzios
Subject Feature, my misconception or bug??
Date
Msg-id Pine.LNX.4.44.0602221338240.12169-100000@matrix.gatewaynet.com
Whole thread Raw
Responses Re: Feature, my misconception or bug??  (Peter Eisentraut <peter_e@gmx.net>)
Re: Feature, my misconception or bug??  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-sql
In PgSQL 7.4.12,

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.
foodb=# 

SELECT '255.255.255.255/25'::cidr;       cidr
--------------------255.255.255.255/25
(1 row)

foodb=# 

in this case 
11111111.11111111.11111111.11111111 
has no bits set to right of                    8 LSB ^
??
-- 
-Achilleus



pgsql-sql by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: restircting rows
Next
From: Peter Eisentraut
Date:
Subject: Re: Feature, my misconception or bug??