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
コマンドラインからPostgreSQLクエリの結果をCSVまたはTSV形式でどのように出力しますか? rake db:create throws database doesnotexistエラーwithpostgresql