Shachar Shemesh <psql(at)shemesh(dot)biz> writes:> Is there a datatype that means "one byte"?
You might be able to use the "char" type (note the quotes). I am notsure how well it will cope with storing zeroes (nulls) though.
regards, tom lane