Other bit oddities

Started by Christopher Kings-Lynneover 21 years ago1 messages
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

What about these?

test=# select B'1' << 4;
?column?
----------
0
(1 row)

test=# select B'1'::bit varying << 4;
?column?
----------
0
(1 row)

test=# select '1'::bit varying << 4;
?column?
----------
0
(1 row)