The following bug has been logged online:

Bug reference:      5071
Logged by:          
Email address:      alexander.o...@koeln.de
PostgreSQL version: 8.3.7
Operating system:   Debian Lenny 64Bit
Description:        abbrev() bug with IPv6
Details: 

I have a Database to store IPV6 addresses.
Field "net" is type cidr.

e.g.: '2001:400::/32' as value.

"SELECT abbrev(net) FROM ipstore;"

expected result: "2001:400::/32" (its already short v6)

actual result: "2001:400/32" wich is invalid v6 Syntax.

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to