Rename Table Column in Postgres

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