I've run into a problem with the contributed program dbf2pg. It runs without error, creating a table with the correct columns but only the varchar columns have values: All of the floats are blank. Here is how I've run it:
dbf2pg -t zip2 -c -d CBPdata DETL.DBF
I'm running postgresql 7.4.5 under SuSE 9.0.
Thanks in advance for any assistance.
-Andy.
---------------------------(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