Am Dienstag, 25. Juli 2006 15:12 schrieb Alvaro Herrera: > Does this mean that one must match the "kB" exactly, with the specified > upper and lower case?
I think it's better to require exact spelling of the units, or else it'll quickly get inconsistent and error-prone. (Say, if you want to allow "KB", why not "mB"? And "kb" is clearly a kilobit, so we don't want to allow that in any case.) -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match