RPosgreSQL has a function matching `DBI::dbIsValid` but it isn't mapped as a method. Adding a call to setMethod("dbIsValid", "PostgreSQLConnection", ...) allows DBI::dbIsValid to works for RPosgreSQL connections. (See #130).