Re: DBD::PgSPI 0.02
Alex Pilosov <alex@pilosoft.com>
From: alex@pilosoft.com
To: Michael Fuhr <mike@fuhr.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andrew Dunstan <andrew@dunslane.net>, Mike Rylander <mrylander@gmail.com>, <pgsql-hackers@postgresql.org>
Date: 2004-12-06T20:02:45Z
Lists: pgsql-hackers, pgsql-general
On Mon, 6 Dec 2004, Michael Fuhr wrote:
> On Mon, Dec 06, 2004 at 02:34:33PM -0500, alex@pilosoft.com wrote:
> >
> > For quick access from trusted code, spi_exec should just do fine.
>
> BTW, does stock PL/Perl have functions for escaping identifiers,
> strings, and binary strings?
non-DBI? no.
DBI? yes, $pg_dbh->quote('foo')