Re: [BUGS] INDEX broken on NUMERIC type.

Поиск
Список
Период
Сортировка
От Christof Petig
Тема Re: [BUGS] INDEX broken on NUMERIC type.
Дата
Msg-id 37F0613E.21428264@wtal.de
обсуждение исходный текст
Ответ на Re: [BUGS] INDEX broken on NUMERIC type.  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-bugs
> > If you know how this problem might be fixed, list the solution below:
>

CREATE TABLE "bn_summary" (
        "maschine" numeric(3,0) NOT NULL);
CREATE  INDEX "bn_summary_key0" on "bn_summary" using btree ( "maschine"
"int2_ops" );

works for me, though I don't know if this is recommended.


Regards
    Christof

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