Oliver Elphick <[EMAIL PROTECTED]> writes:
> The Money type is deprecated. It uses a floating point representation,
> which is not good for precise values.
Actually the underlying storage is integer (int4), which is precise but
has a very limited range. Terry is seeing overflows (which are
evidently not being tested for :-().
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match