Re: pgsql_perl5-1.9.0 / Pg - patch for PQescapeString

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: pkeshish(at)gmail(dot)com
Subject: Re: pgsql_perl5-1.9.0 / Pg - patch for PQescapeString
Date: 2006-04-04 23:25:50
Message-ID: e24039acf5a6e679a1f0afa38be416e9@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> I just wanted to send you the attached patch which adds the
> PQescapeString interface to the Pg module.

Unfortunately, you don't tell us exactly which module you mean.
There is the very actively maintained DBD::Pg module, and the
somewhat maintained DBD::PgPP module. There are also some
other older ones still floating around with a "Pg" in the name
- - the fact that you found Edmund Mergl's name suggests that
whatever you have, it is probably very old.

DBD::Pg can be found here:

http://search.cpan.org/~dbdpg/

It has its own quoting of variables through the $dbh->quote()
method. If you are trying to connect to Postgres via Perl,
this is probably your best bet. Hope that helps.

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200604042024
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

-----BEGIN PGP SIGNATURE-----

iD8DBQFEMw6HvJuQZxSWSsgRAs5aAJ426m5Tr3nXGqzvVHiMP6nu92RdZQCgyJxa
MFX4H56aRzoKrOCuxGb+DWk=
=ad2S
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message patrick keshishian 2006-04-05 03:36:09 Re: pgsql_perl5-1.9.0 / Pg - patch for PQescapeString
Previous Message patrick keshishian 2006-04-04 22:47:48 pgsql_perl5-1.9.0 / Pg - patch for PQescapeString