Re: Some thoughts about fields in UDD

2010-07-08 Thread Russ Allbery
Andreas Tille writes: > I did some checking investigation in UDD and stumbled about some data I > do not see any sense: > ** The column 'origin' ** > udd=> SELECT origin, COUNT(*) FROM packages GROUP BY origin; > origin | count > + > | 817717 > debian |188 > Deb

Some thoughts about fields in UDD

2010-07-08 Thread Andreas Tille
Hi, I did some checking investigation in UDD and stumbled about some data I do not see any sense: ** The column 'origin' ** udd=> SELECT origin, COUNT(*) FROM packages GROUP BY origin; origin | count + | 817717 debian |188 Debian | 11 (3 rows) udd=> SELECT D