Re: [BUGS] Bug in create operator and/or initdb

Поиск
Список
Период
Сортировка
От John Hansen
Тема Re: [BUGS] Bug in create operator and/or initdb
Дата
Msg-id 5066E5A966339E42AA04BA10BA706AE56242@rodrick.geeknet.com.au
обсуждение исходный текст
Ответы Re: [BUGS] Bug in create operator and/or initdb  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
> I suspect that the right thing to do is to kill the inet type
> entirely, and replace it with a special case of cidr. (And
> possibly then to kill cidr and replace it with something that
> can be indexed more effectively.)

Yes, which is actually what brought this to my attention.
I'll be sending an rtree index implementation shortly for review/comments.

> For a replacement type, how important is it that it be
> completely compatible with the existing inet/cidr types? Is
> anyone actually using inet types with a non-cidr mask?

I wouldn't think so, anyone I've spoken with has come up with other ways of managing that kind of info, because of, as
youmentioned, it's lack of proper index methods. 

Kind Regards,

John Hansen


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

Предыдущее
От: Nicolai Tufar
Дата:
Сообщение: Repleacement for src/port/snprintf.c
Следующее
От: "John Hansen"
Дата:
Сообщение: Rtree index method for inet/cidr