Synopsis
$dbh->primary_key($catalog, $database, $table)
This function is meant to return a list of primary key column
names for a given table. If there are no primary keys, it will return
an empty list. This method does not yet seem to be supported in
MySQL.