Inet and distinct bug or is it me? (v 6.5beta1) - Mailing list pgsql-general

From Aaron Holtz
Subject Inet and distinct bug or is it me? (v 6.5beta1)
Date
Msg-id Pine.LNX.4.10.9904091549580.952-100000@barbarossa.bright.net
Whole thread Raw
List pgsql-general
Howdy all.

Running 6.5beta1 and am seeing an issue.  It appears to be with the 'inet'
type.  Running a 'distinct' select against a column doesn't always
provide the right data.  I can find no reason why I'm getting multiple
answers back.  Example:


db=> select distinct nasidentifier from table;
  nasidentifier
---------------
200.200.200.131
200.200.200.156
200.200.200.156
200.200.200.156
200.200.200.156
200.200.200.181
200.200.200.181
200.200.200.181
(8 rows)


I read some posts regarding issues with the inet type and nulls, hence
my upgrade to 6.5   Anyone know what could be causing this?  The same
process inserts the data into the db and inspecting a flat file of the
outputted data shows no indication that the entries are different.
Any thoughts or pointers would be appreciated.



--------------------------------------------------------------------------
Aaron Holtz
ComNet Inc.
UNIX Systems Specialist
Email:  aholtz@bright.net
"It's not broken, it just lacks duct tape."
--------------------------------------------------------------------------



pgsql-general by date:

Previous
From: "Patrick Welche"
Date:
Subject: Re: [GENERAL] dbase converter
Next
From: AGRE Enterprises Limited
Date:
Subject: Problem with 6.5 reload