pg_dn: Describe schemas

Description Usage Arguments Value Examples

View source: R/pg_dn.R

Description

Describe schemas

Usage

1
pg_dn(conn, schema = NULL, plus = FALSE)

Arguments

conn

Connection

schema

Optional. If you want to describe just one schema

plus

Logical. Defaults to FALSE, opts to TRUE with you want information about access privileges and description

Value

data.frame with shema names and owners

Examples

1
2
3
4
## Not run: 
pg_dn(conn)

## End(Not run)

jjesusfilho/rpsql documentation built on Aug. 9, 2021, 7:33 p.m.