On Tue, Dec 21, 2004 at 11:55:54PM -0000, Greg Sabino Mullane wrote: > > - Added $dbh->func($filehandle, 'server_trace') [Greg Sabino Mullane]
Just a reminder: driver-private functions should have the drivers prefix
pg_server_trace
and, if they do, you can use the install_method() method to
install them into the DBI so they can be called directly:
$dbh->pg_server_trace($filehandle);
Tim.
