powered by
Helper command to rename a table via ALTER TABLE.
pg_renameTable(new_table_name)
A string, PostgreSQL helper statement to rename a table using ALTER TABLE.
A string, the new name for the table.
pg_renameTable( new_table_name = "table1" )
Run the code above in your browser using DataLab