Re: [GENERAL] index on an int8 column

1999-05-05 Thread José Soares
It works on 6.5beta1. Sarah Officer ha scritto: > I have a table with a column of type int8. When I try to create an > index on it, the > database protests and gives the following error message: > > ERROR: Can't find a default operator class for type 20. > > Is there an easy fix for this?

[GENERAL] index on an int8 column

1999-05-04 Thread Sarah Officer
I have a table with a column of type int8. When I try to create an index on it, the database protests and gives the following error message: ERROR: Can't find a default operator class for type 20. Is there an easy fix for this? I assumed builtin numeric types would have default comparison