renameTable: Rename a table in a Postgres schema

Description Usage Arguments

View source: R/renameTable.R

Description

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

Usage

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

Arguments

...

Additional arguments passed to the DatabaseConnector::dbSendStatement function


patelm9/seagull documentation built on July 19, 2020, 5:52 a.m.