Re: [GENERAL] binary operators on integers

2000-09-19 Thread Peter Eisentraut
Marko Kreen writes: > But now I am only curious: Will PostgreSQL support binary > arithmetics on ordinary integers someday or is the 'bit-string' > only way to go? AFAIK, there's no one working on the former. Feel free to contribute. :-) -- Peter Eisentraut [EMAIL PROTECTED] http://

Re: [GENERAL] binary operators on integers

2000-09-18 Thread Peter Eisentraut
Marko Kreen writes: > I want to do simple and/or/xor/test operations on integers > but PostgreSQL seems not to support this. I found in conrib > area the 'bit' package, which supports 'SQL-compliant bitstrings' > but this is too weird for me and anyway it crashes too. These were the remainders