http://qs321.pair.com?node_id=11104219


in reply to Re^4: dbi odbc return string getting truncated
in thread dbi odbc return string getting truncated

cast(<whatever> as string) is not valid postgres.

You probably want to cast( ... as text).