Kris Jurka wrote:
> 1) You have an "int milliseconds" field. PG supports microsecond
> precision in intervals. Is there any reason not to go with a plain "float
> seconds" field instead of splitting these up?
Can you represent all of 0.000000 .. 59.999999 exactly as floats?
-O