Split string e copie o último elemento postgreSQL

update tableName set colName = regexp_replace(colName, '.*,', '')
Auuntoo