Re: can't create tables with a $

2005-09-29 Thread Rich Doughty
ow i'm afraid. you'd get a better reply on the DBD::Pg list ([EMAIL PROTECTED]) -- - Rich Doughty

Re: can't create tables with a $

2005-09-29 Thread Rich Doughty
an 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. -- - Rich Doughty