All,
I am stuck again trying to get my data in a format that I need it in. I have a text field that looks like this.
\"deangelo 001 deangelo>
select regexp_replace(field, E'[\\n\\r]+', ' ', 'g' )
read the manual http://www.postgresql.org/docs/current/static/functions-matching.html