Re: remove too much space between words of the string

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: remove too much space between words of the string
Дата
Msg-id 20041201144944.GB22749@wolff.to
обсуждение исходный текст
Ответ на remove too much space between words of the string  (Akbar <melinda_sayang@hotpop.com>)
Список pgsql-novice
On Wed, Dec 01, 2004 at 18:18:41 +0700,
  Akbar <melinda_sayang@hotpop.com> wrote:
> Assume I have this string: 'bla                 bla'. Is there any
> function to make that string to become: 'bla bla'. Or do I have to make
> the function manually???

You need to write a function to do this.

Usually I do this kind of processing before trying to store the data in
the database and use a constraint to enforce that there aren't
consecutive blanks.

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

Предыдущее
От: "Marcin Gil"
Дата:
Сообщение: Re: problematic upgrade
Следующее
От: "Robert Wimmer"
Дата:
Сообщение: catch runtime errors