moma wrote:
i believe this is the DBD::Pg driver interpreting the $ as a
placeholder. i think you can surpress placeholder parsing with the
pg_direct attribute eg
$dbh->do("create table foo\$bar (id integer)", { pg_direct => 1} );
although i think this is only available in the latest versions of DBD::Pg.
Thank you very much for the answer, with my version of DBD::Pg, that is 1.32,
your solution doesn't work, but i will test it with the newest version, as
soon as i will get it.
Maybe one more question, is this behaviour intended or is it a bug?
i don't know i'm afraid. you'd get a better reply on the DBD::Pg list
([EMAIL PROTECTED])
--
- Rich Doughty