pg_renameTable | 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"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.