Michael Glaesemann <[EMAIL PROTECTED]> writes: > Well, you can't get better than microsecond precision with timestamps > in Postgres. And the only way you can rely on that level of precision > is to compile with --enable-integer-datetimes.
There is more precision in there, but the output routine won't show it to you. I think the real issue in Stuart's example is that what's being shown as .746349 is actually .7463494 or something like that. Doing an extract(epoch) on the stored values might be instructive. If you don't want to deal with these sorts of issues then yeah, you want integer timestamps. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly