postgres 6.2.1 Group BY BUG

From: Serj <fenix(at)am(dot)ring(dot)ru>
To: pgsql-hackers(at)postgreSQL(dot)org
Cc: pgsql-questions(at)postgreSQL(dot)org
Subject: postgres 6.2.1 Group BY BUG
Date: 1998-01-19 14:42:35
Message-ID: 34C3665B.6ABEA489@am.ring.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

HI

I found some bug:
When I select from table (select A,B,count(*) INTO table tmp1 FROM AAA
group by A,B; ) in
big table some touples are duplicated ;(,

A, B, count(*)
321 1 3 \ ?
321 1 2 / ?
321 2 5
...........

PS: I use linux 2.0.33 and solaris 2.5.1 and postgres 6.2.1v7

--
SY, Serj

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-01-19 16:05:12 Re: [HACKERS] Re: [QUESTIONS] Business cases
Previous Message The Hermit Hacker 1998-01-19 14:15:52 Newest Source ...