bit strings - Mailing list pgsql-general

From Andrew Bartley
Subject bit strings
Date
Msg-id 003801c28605$9996f1c0$3200a8c0@abartleypc
Whole thread Raw
List pgsql-general
Hi all
 
Data base version PostgreSQL 7.2.1
 
Can some one tell me how much storage bit strings use.
 
eg.  create table x
       (
       a    BIT VARYING (8)
       );
 
Is the storage for this column 1 byte per row/tuple?
 
I note that a boolean data type uses 1 byte per column.
 
Thanks
 
Andrew 
 

pgsql-general by date:

Previous
From: Darren Ferguson
Date:
Subject: Re: replace text function
Next
From: Mike Mascari
Date:
Subject: Re: replace text function