in reply to RE: Re: Difficulty inserting a large object using DBD::Pg
in thread Difficulty inserting a large object using DBD::Pg
This does not work because it attempts to resolve the type
itself, and defaults to varchar, as it did when I explicitly
selected the type. It's another pg_atoi error.