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

From Markus Schaber
Subject Re: Feature, my misconception or bug??
Date
Msg-id 43FC5F94.70106@logix-tt.com
Whole thread Raw
In response to Feature, my misconception or bug??  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Responses Re: Feature, my misconception or bug??  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-sql
Achilleus Mantzios wrote:
> 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)

This one is refused in 8.1, so I guess that's a fixed bug.

HTH,
Markus


-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org


pgsql-sql by date:

Previous
From: Markus Schaber
Date:
Subject: Re: Feature, my misconception or bug??
Next
From: Achilleus Mantzios
Date:
Subject: Re: Feature, my misconception or bug??