Removing spaces

Поиск
Список
Период
Сортировка
От Dave Smith
Тема Removing spaces
Дата
Msg-id 1045678772.12427.25.camel@playpen
обсуждение исходный текст
Ответы Re: Removing spaces  ("Ed L." <pgsql@bluepolka.net>)
Re: Removing spaces  (Fabrizio Mazzoni <veramente@libero.it>)
Список pgsql-general
I have a field of type text that has a value like

'hello   \nworld   \n'

I would like to remove the trailing blanks between the last character
and the newline. I would like to use replace with a regx  like
/[ ]+\n/\n/ but it does not seem to work.





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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: TIMESTAMP WITH( OUT)? TIME ZONE indexing/type choice...
Следующее
От: "Ed L."
Дата:
Сообщение: Re: Removing spaces