Re: question about plpgsql replace function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: question about plpgsql replace function
Дата
Msg-id 25732.1124469043@sss.pgh.pa.us
обсуждение исходный текст
Ответ на question about plpgsql replace function  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список pgsql-general
Tony Caduto <tony_caduto@amsoftwaredesign.com> writes:
> I want to replace the CRLF with  a comma so I can use the email
> addresses in another app, so I thought I would do this:

> thearray = replace(mandi_notifications,'/r/n',',');

> but it does not work.

I think you wanted backslashes not forward slashes.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: http://www.postgresql.org/docs/8.0/static/xfunc-sql.html
Следующее
От: Tony Caduto
Дата:
Сообщение: Postgresql Function Language question