Re: [HACKERS] Error creating index

Поиск
Список
Период
Сортировка
От orion.SAPserv.Hamburg.dsh.de!wieck@sapserv.debis.de
Тема Re: [HACKERS] Error creating index
Дата
Msg-id m0zxBIY-000EBPC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на Error creating index  (Vince Vielhaber <vev@michvhf.com>)
Список pgsql-hackers
> Index:    ordertrack_orderseq_key
> cloud9=> create unique index ord1 on ordertrack(ordernumber);
> ERROR:  Can't find a default operator class for type 20.
> cloud9=>

    Reminds me that the new NUMERIC type need's an operator class
    too.  Will take a look at int8 while doing it.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

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

Предыдущее
От: orion.SAPserv.Hamburg.dsh.de!wieck@sapserv.debis.de
Дата:
Сообщение: Re: [HACKERS] NAN code
Следующее
От: orion.SAPserv.Hamburg.dsh.de!wieck@sapserv.debis.de
Дата:
Сообщение: Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building