pg_renameTable {pgTools} | R Documentation |
Helper command to rename a table via ALTER TABLE.
pg_renameTable(new_table_name)
new_table_name |
A string, the new name for the table. |
A string, PostgreSQL helper statement to rename a table using ALTER TABLE.
pg_renameTable(
new_table_name = "table1"
)