On Mon, Sep 26, 2016 at 1:44 PM, Jonathan Vanasco <postgres(at)2xlp(dot)com> wrote:
> The documentation doesn't have any examples for SELECT for the bitwise
> operators,
Um...
https://www.postgresql.org/docs/9.5/static/functions-bitstring.html
SELECT B'111'::varbit & B'101'::varbit = B'101'::varbit
SELECT 10::bit(8)::varbit
David J.