remove embedded carriage returns

Поиск
Список
Период
Сортировка
От chwy_nougat@yahoo.com
Тема remove embedded carriage returns
Дата
Msg-id 1168391194.088966.180240@i56g2000hsf.googlegroups.com
обсуждение исходный текст
Ответы Re: remove embedded carriage returns  (Jonathan Hedstrom <jhedstrom@desc.org>)
Re: remove embedded carriage returns  (chwy_nougat@yahoo.com)
Список pgsql-general
Outputting a SELECT statement's results to ascii file showed me a table
with a bunch of embedded carriage return characters in the values. I
want to remove the embedded returns, so I read the documentation and
tried a few variations on "SELECT replace(columname, 'chr(13)','') from
tablename" with no luck. Could someone help me rid this table of its
embedded returns?

Thanks in advance...


В списке pgsql-general по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Recording insert, updates, and deletes
Следующее
От: "dcrespo"
Дата:
Сообщение: Re: Postgres Replication