Re: Indexed access for INET/ CIDR datatype

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Indexed access for INET/ CIDR datatype
Дата
Msg-id 20030619170044.GA14063@wolff.to
обсуждение исходный текст
Ответ на Indexed access for INET/ CIDR datatype  ("Kaitharam, Ananth" <AKaitharam@gomez.com>)
Ответы Re: Indexed access for INET/ CIDR datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
On Tue, Jun 17, 2003 at 08:25:04 -0400,
  "Kaitharam, Ananth" <AKaitharam@gomez.com> wrote:
> Is there a way to index the >>= or <<= operators for CIDR/ INET datatypes? I
> built a btree index, which works for the = clause, but not the others.

I don't think so. Those operators aren't total orders and I think btree
will only work with total orders. I expect that it should be possible
to develop rtree or gist indexes though.

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

Предыдущее
От: Douglas Trainor
Дата:
Сообщение: Re: Documentation Tools
Следующее
От: "Knut P. Lehre"
Дата:
Сообщение: returning recordsets/cursors in plpgsql 7.2.1