Rename Table in Postgres

Posted by yhuang
Public (Editable by Users)
SQL
None
Edit
ALTER TABLE table_name RENAME TO new_table_name;