On Mon, 13 Dec 2004 [EMAIL PROTECTED] wrote: > >Not likely. If by "Pg" you mean the Pg.pm of pgsql_perl5-1.9.0 here: > > > >http://search.cpan.org/~mergl/pgsql_perl5-1.9.0/ > Well,newer Pg.pm will be found here: > > http://gborg.postgresql.org/project/pgperl/projdisplay.php >
Well that is a bad place for it... If it is not on CPAN it is not <em>really</em> a Perl module :) > But > >> I'm working with Perl and PostgreSQL using DBD::Pg and Pg and > >> noticied that Pg is 40% faster than DBD::Pg. > I can't belive this before testing by myself. > Is there anymore information about those bench mark? > I can, for it all depends on how the benchmarking is done, and I'd have to say, who cares if Pg is 40% faster? I can't get to gbrog right now, but from the google cache, it looks like just a thin wrapper over the C API, which means no parsing of placeholder, no portability, none of the DBIness -- Yeah, I don't think I'd go there. And even if I did, I basically end up re-writing DBI on top of Pg -- by the time I got to the functionality of DBI, I'd probably end up with something much slower than DBI/DBD::Pg. Rudy