>> Please. Also, what nondefault configuration or postgresql.conf settings >> are you using?
> Sorry for delay. Attached. > And --with-perl --with-odbc As best I can tell, this is coming out because pgtz.c thinks that /usr/share/timezone is where Postgres' own timezone files are; which implies that get_share_directory() is returning /usr/share; which does not make a lot of sense. I think you must have used nondefault configuration settings for the installation location (--prefix and friends) ... so the above answer is not very helpful. 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