Re: User defined type - analyze problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: User defined type - analyze problem
Дата
Msg-id 14418.1272894985@sss.pgh.pa.us
обсуждение исходный текст
Ответ на User defined type - analyze problem  (Carsten Kropf <ckropf2@fh-hof.de>)
Ответы Re: User defined type - analyze problem  (Carsten Kropf <ckropf2@fh-hof.de>)
Список pgsql-general
Carsten Kropf <ckropf2@fh-hof.de> writes:
> I read somewhere, that this can be solved by preparing a operator class for btree and passing a comparison function
forequality there. I did this with the following lines: 
> CREATE OPERATOR CLASS pointnd_btree_class
>     DEFAULT FOR TYPE pointnd USING btree AS
>     OPERATOR    3    =(pointnd, pointnd)
> ;

You need an actual, usable btree operator class, not one-sixth of one ...
this is lacking the other four operators and the support function.

            regards, tom lane

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

Предыдущее
От: "Gauthier, Dave"
Дата:
Сообщение: Re: Native DB replication for PG
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Native DB replication for PG