http://qs1969.pair.com?node_id=20356


in reply to Difficulty inserting a large object using DBD::Pg

Do you get an error when just using something like: $dbh->do("insert into foo(data) values (?)",undef,$value); By the way, the semicolon after (?) would cause an SQL error in DBD::mysql; does that actually work under DBD::pg?