Re: [HACKERS] another DECIMAL problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: "[Jos_] Soares" <jose(at)sferacarta(dot)com>, hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] another DECIMAL problem
Date: 1999-08-10 16:56:13
Message-ID: 199908101656.MAA01548@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > I'm trying to create an index on a composite key using a DECIMAL type
> > but PostgreSQL raises the following error:
> > ERROR: Can't find a default operator class for type 1700.
>
> afaik Postgres does not yet implement indices for NUMERIC or DECIMAL.
> Don't know if anyone has plans to do so...
>
> - Thomas

TODO list has:

* Add index on NUMERIC/DECIMAL type

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-08-10 17:00:09 Re: [HACKERS] Re: [ANNOUNCE] New man pages
Previous Message Bruce Momjian 1999-08-10 16:43:29 Re: [HACKERS] Re: [ANNOUNCE] New man pages