I basically have an xml column, and I need to find and replace one tag value in each record.
update my_table set xml_column = replace(xml_column, "old value", "new value")