On Mon, Jun 10, 2002 at 11:12:52AM +0100, Tim Bunce wrote: > > The way to do this is get the best ODBC driver for Postgress and > use DBD::ODBC and the DBI to write this code for you! Like this: > > perl -MDBI::DBD -e write_getinfo_pm dbi:ODBC:pgdb user pass > lib/DBD/Pg/GetInfo.pm
And I'd like to drum home the point that *all* driver authors should be adding support for get_info(). It's not hard, especially if there's an ODBC driver available for the same database. Tim.
