proper regex_replace() syntax

Поиск
Список
Период
Сортировка
От Geoffrey Myers
Тема proper regex_replace() syntax
Дата
Msg-id 4DE67560.4020602@serioustechnology.com
обсуждение исходный текст
Ответы Re: proper regex_replace() syntax  (Ken Tanzer <ken.tanzer@gmail.com>)
Re: proper regex_replace() syntax  (Rick Genter <rick.genter@gmail.com>)
Список pgsql-general
I want to use regex_replace() to replace characters in multiple records.

What I would like to do is this:

select regex_replace((select fname from table), 'z', 'Z'));


The problem is, the subquery returns more then one row.

So, is there a way to do what I'm trying to do?  That is, replace the
same character in multiple records using regex_replace() ?

In reality, we are trying to change characters like the 1/2 character to
the three characters '1/2'.

Thanks for any assistance.


--
Until later, Geoffrey

"I predict future happiness for America if they can prevent
the government from wasting the labors of the people under
the pretense of taking care of them."
- Thomas Jefferson

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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: Some clarification about TIMESTAMP
Следующее
От: David Hamilton
Дата:
Сообщение: How do I repair a corrupted system table in PostgreSQL?