rename_table: Rename a table in a Postgres schema

Description Usage Arguments

View source: R/deprecated.R

Description

This function will rename a table in a schema, but not move it out of a schema.

Usage

1
rename_table(conn, schema, tableName, newTableName, ...)

Arguments

...

Additional arguments passed to the DatabaseConnector::dbSendStatement function


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