For the FK_NAME field in various DatabaseMetaData methods that rely on
getImportedExportedKeys use the actual constraint name (tgconstrname)
not the trigger arguments (tgargs).
Update the DatabaseMetaDataTest because 7.3 returns $n instead of
<unnamed> for unnamed constraints.
Also add a missing drop table in UpdateableResultTest.
Kris Jurka