Re: [HACKERS] Error creating index - Mailing list pgsql-hackers

From orion.SAPserv.Hamburg.dsh.de!wieck@sapserv.debis.de
Subject Re: [HACKERS] Error creating index
Date
Msg-id m0zxBIY-000EBPC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to Error creating index  (Vince Vielhaber <vev@michvhf.com>)
List 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 by date:

Previous
From: orion.SAPserv.Hamburg.dsh.de!wieck@sapserv.debis.de
Date:
Subject: Re: [HACKERS] NAN code
Next
From: orion.SAPserv.Hamburg.dsh.de!wieck@sapserv.debis.de
Date:
Subject: Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building