Re: mac.c

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: mac.c
Дата
Msg-id 398E63C4.ABD0BE5A@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: mac.c  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: mac.c  (Larry Rosenman <ler@lerctr.org>)
Re: mac.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Since macaddr_manuf() will not be up to date, I'd say lets make
> the new function macaddr_brand, and if someone wants to do the other
> two, fine.  I'd also doc the fact that macaddr_manuf() is deprecated, marked
> for deletion one or two releases down the line (since the table will
> no longer be updated, and is very much outdated).

I've been thinking about this a bit, coincidentally while I've been
working on the LIKE implementation for string comparisons.

Why not implement like() and notlike() for macaddr data types which (if
both args are macaddr) will compare on manufacturer's fields alone? That
would seem to get all the functionality you might want.

Example:
 SELECT * FROM machines where hwaddr LIKE  (select id from MacIdCodes where manuf = 'Intel');

or something like that.

That would avoid ginning up something artificial like a macaddr with
some fields zeroed out. We would still have an equality operator etc.

Comments?
                      - Thomas


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Re: scp daemon working?
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: mac.c