Re: Selects on tables with cidr type primary keys are broken
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Lennert Buytenhek <buytenh@gnu.org>
Cc: pgsql-bugs@postgresql.org
Date: 2000-10-15T16:30:19Z
Lists: pgsql-bugs
Yeah, that's a known bug :-(. The indexing routines for CIDR/INET don't agree with the comparison operators about sort order. It'll be fixed in 7.1. regards, tom lane