NULL saves disk space? - Mailing list pgsql-general

From Phoenix Kiula
Subject NULL saves disk space?
Date
Msg-id BANLkTinMjecW9yGBcYoyF3C+pDmSdz+cLg@mail.gmail.com
Whole thread Raw
Responses Re: NULL saves disk space?
Re: NULL saves disk space?
Re: NULL saves disk space?
List pgsql-general
Possibly a dumb question but there isn't much about this. 


I have some BOOLEAN columns. 90% of the cases of the columns is FALSE. Do I save disk space by having them as NULL instead of FALSE? So my application would have conditional code for NULL and TRUE, instead of FALSE and TRUE. 

Thanks... 

pgsql-general by date:

Previous
From: Joel Stevenson
Date:
Subject: Re: Column storage (EXTERNAL/EXTENDED) settings for bytea/text column
Next
From: Michael Nolan
Date:
Subject: Re: PHP and PostgreSQL 9.0, pg_connect fails to connect