dropSchema: Drop a Postgres schema

Description Usage Arguments

Description

Drop a schema if it exists.

Drop a schema if it exists.

Usage

1
2
3
dropSchema(conn, schema, cascade = FALSE, if_exists = TRUE, ...)

dropSchema(conn, schema, cascade = FALSE, if_exists = TRUE, ...)

Arguments

...

Additional arguments passed to the DatabaseConnector::dbSendStatement function


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.