March 2nd, 2010 by depesz | Tags: char, constraint, datatype, domain, length, postgresql, text, trigger, varchar | 39 comments »
Fight! But more seriously - people tend to use various data types, and there have been some myths about them, so let's see how it really boils down. First of all - All those data types are internally saved using the same ...
SoftNum asked on irc: < SoftNum> does postgresql have a config option to automatically trim (both ' ' from blah) on string compares? So, can you? Of course there is no such option, but maybe there is a way to tell PostgreSQL to ...
