Other bit oddities - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Other bit oddities
Date
Msg-id 40CD1717.7030601@familyhealth.com.au
Whole thread Raw
List pgsql-hackers
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)




pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Weird 'bit' type behaviour
Next
From: "Joshua D. Drake"
Date:
Subject: Re: I just got it: PostgreSQL Application Server -- a