Re: [GENERAL] Bitwise OR in a group statement

2006-06-22 Thread Florian G. Pflug
Greg Gazanian wrote: I was wondering if anyone happens to know whether there is an Aggregate function available in Postgres that can do an OR on a column of the bit varying type. For example I would like to do something as follows: bitstring * 1110 0100 SELECT bitwise_or(bitstrin

[GENERAL] Bitwise OR in a group statement

2006-06-21 Thread Greg Gazanian
I was wondering if anyone happens to know whether there is an Aggregate function available in Postgres that can do an OR on a column of the bit varying type. For example I would like to do something as follows: bitstring * 1110 0100 SELECT bitwise_or(bitstring) FROM table; Result