in reply to Re^4: dbi odbc return string getting truncatedin thread dbi odbc return string getting truncated
cast(<whatever> as string) is not valid postgres.
You probably want to cast( ... as text).