Re: [HACKERS] Hash and bools

2002-06-22 Thread Tom Lane
Scott Marlowe <[EMAIL PROTECTED]> writes: > During the discussion of bools and hash index and partial indexes and > index growth and everything else, I tried to make a partial index on a > bool field and got the error that "data type bool has no default operator > for class hash..." Well, no.

[HACKERS] Hash and bools

2002-06-21 Thread Scott Marlowe
During the discussion of bools and hash index and partial indexes and index growth and everything else, I tried to make a partial index on a bool field and got the error that "data type bool has no default operator for class hash..." So, can I cast something to make this work, or is it possibl