"""Use the client class for multiple batch operations.""" ...
I'm trying to modify a sample batch script that came with software that i am using to operate a Sony 200 DVD fire-wire disk changer. I had this working and ripped 6 discs, but when i changed it to add ...
$dbh->do("SET pg_dbms_errlog.query_tag TO 'daily_load'"); $dbh->do("SET pg_dbms_errlog.reject_limit TO 25"); $dbh->do("SET pg_dbms_errlog.enabled TO true"); ...