Teodor Sigaev <[EMAIL PROTECTED]> writes: >> We'll obviously want to fix this going forward for efficiency reasons, >> but it's an initdb-forcer because it'll change the on-disk >> representation of time columns. So we can't change it in 8.0 or before.
> So, will we do it? I can do, but I don't know: Is there a place which > contains storage version (except file PG_VERSION)? catversion.h would need to be advanced for such a change. We haven't got anything finer-grained than that. 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