Subject: | documentation for connection lacks $attr |
The docs for DBD::Pg state:
The following connect statement shows all possible parameters:
$dbh = DBI->connect("dbi:Pg:dbname=$dbname;host=$host;port=$port;" .
"options=$options;tty=$tty", "$username", "$password");
but this statement does not include the $attr parameter and therefore appears incomplete.