"Roberts, Jon" <Jon.Roberts@xxxxxxxxxxx> writes: > Character will use more disk space than varchar so it does make a > difference. char also has very peculiar comparison semantics. Unless your strings are really truly fixed-length, you should just about always use varchar. regards, tom lane