select distinct inet bug

Поиск
Список
Период
Сортировка
От Loïc TREGOUËT
Тема select distinct inet bug
Дата
Msg-id 392A364B.1274A042@ext.cri74.org
обсуждение исходный текст
Ответы Re: select distinct inet bug  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-admin
                                        Hie all ,

    I've already post a similar messages but i don't see it into the mailing list so ...
Look at the following :

test=> create table ip_table (addr inet);
CREATE
test=> insert into ip_table values ('10.10.10.10');
INSERT 1403913 1
test=> insert into ip_table values ('10.10.10.11');
INSERT 1403914 1
test=> select distinct addr from ip_table ;
       addr
-----------
10.10.10.10
10.10.10.11
(2 rows)

test=> insert into ip_table values ('10.10.10.10');
INSERT 1403915 1
test=> select distinct addr from ip_table ;
       addr
-----------
10.10.10.10
10.10.10.10
10.10.10.11
(3 rows)
 

????  I've read there was some bugs with inet type but i have not see it .

It seems to appear when i insert a value , after a select distinct and not if i insert without look at the result .

    Is anybody could help me ?  (Postgresql 6.5.2 on a Debian )
 

                                                            Loic
 

                                                                                                loic@ext.cri74.org

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

Предыдущее
От: Hans Poo
Дата:
Сообщение: Installation of postgre DBD is easy without RMP
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PORTS] Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64