Постгрес устанавливает столбец, равный другому

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