dbListDatabases {pgUtils} | R Documentation |
This function lists all databases from an PostgreSQL backend.
dbListDatabases(con)
con |
The database connection object. |
A data.frame with the database names and all other properties of the databases
Johannes Rainer