I see Postgres (I'm using 8.3) has bitwise aggregate functions(bit_or), but doesn't seem to have logical aggregate functions.
How do I do the equivalent of an ANY() or ALL() in PG Aggregate SQL?