$value = "foo"; # test value $dbh->do("insert into foo(id, test) values (6,?)",undef,$value); #### ERROR: pg_atoi: error in "foo": can't parse "foo"