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://
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