| From: | jwieck(at)debis(dot)com (Jan Wieck) |
|---|---|
| To: | vev(at)michvhf(dot)com (Vince Vielhaber) |
| Cc: | hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] Error creating index |
| Date: | 1999-01-04 08:24:01 |
| Message-ID: | m0zx5Iv-000EBQC@orion.SAPserv.Hamburg.dsh.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)debis(dot)com (Jan Wieck) #
| From | Date | Subject | |
|---|---|---|---|
| Next Message | orion.SAPserv.Hamburg.dsh.de!wieck | 1999-01-04 08:33:27 | Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building |
| Previous Message | Jan Wieck | 1999-01-04 08:21:33 | Re: [HACKERS] NAN code |