select regexp_replace(field, E'[\\n\\r]+', ' ', 'g' )
मैनुअल पढ़ें http://www.postgresql.org/docs/current/static/functions-matching.html
select regexp_replace(field, E'[\\n\\r]+', ' ', 'g' )
मैनुअल पढ़ें http://www.postgresql.org/docs/current/static/functions-matching.html