"Jim C. Nasby" <[EMAIL PROTECTED]> writes: > I think it's also important to protect for the possibility of a more > complete (and probably incompatible) type in the future, such as one > that stores what currency a value is in.
Well, such a type could be called "currency", "cash", "forex" or several other possibilities, so I don't see any particular argument that "money" has to be removed before something better can exist. The tightrope that D'Arcy has to walk is different: improving "money" without making it so incompatible as to break existing apps that use it. > Hrm... does ANSI say anything about money types? No. regards, tom lane ---------------------------(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