Comment 4 for bug 781560

Revision history for this message
David Murphy (schwuk) wrote :

The SQL to address this is:

UPDATE hardware SET display_names = regexp_replace(display_names, E'\n$', '') WHERE display_names ~ E'\n$';