Re: [HACKERS] macaddr stuff !u

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] macaddr stuff !u
Дата
Msg-id 199903220445.XAA03698@candle.pha.pa.us
обсуждение исходный текст
Ответ на macaddr stuff !  (Pawel Pierscionek <pawel@astercity.net>)
Список pgsql-hackers
> Hi,
> 
>   I have no one to turn to. I've tried here & there but got no answer.
>   Why is there is a problem creating unique indices on macaddr columns even
>   if there ARE NO (checked by count on distinct,group by) duplicated keys ?
> 
>   And finally :
> 
>   create table tmac (i int4,mac macaddr);
>   insert int table tmac (i) values (1);
>   insert int table tmac (i) values (2);
>   insert int table tmac (i) values (3);
>   select * from tmac where mac='01:02:03:04:05:06';
> 

Yes, I can reproduce it here.  Looks like a bug.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Operator '%'
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Operator '%'