postgres 6.2.1 Group BY BUG

Поиск
Список
Период
Сортировка
От Serj
Тема postgres 6.2.1 Group BY BUG
Дата
Msg-id 34C3665B.6ABEA489@am.ring.ru
обсуждение исходный текст
Ответы Re: [QUESTIONS] postgres 6.2.1 Group BY BUG  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Newest Source ...
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] Business cases