[ic] Connection to postgres fails after upgrading older Perl to 5.6.1

Rene Hertell interchange-users@icdevgroup.org
Tue Jul 30 17:52:01 2002


> It is actually a change in the DBI/DBD::Pg combination.
> 
> I have updated it in CVS (both stable and devel) and it will
> be in the next release. Until then, you can make the patch 
> easily. Go to lib/Vend/Table/DBI.pm and remove this code, which
> never did anything anyway:
> 
> 	if(! $Info and ($db->can('table_info') and $Info = 
> $db->table_info()) ) {
> #::logDebug("$tablename table_info: " . 
> ::uneval($Info->fetchall_arrayref()));
> 	}

Thanks a million Mike! It works perfectly again :)

Rene