dbListDatabases {pgUtils}R Documentation

List all databases

Description

This function lists all databases from an PostgreSQL backend.

Usage

dbListDatabases(con)

Arguments

con The database connection object.

Value

A data.frame with the database names and all other properties of the databases

Author(s)

Johannes Rainer


[Package pgUtils version 1.14.1 Index]