Postgres mengatur kolom berdasarkan kolom lain

UPDATE table_name 
SET column_one = column_two,
WHERE column_two = 'some string'
Trained Tuna