How to implement word wrap

Поиск
Список
Период
Сортировка
От Andrus
Тема How to implement word wrap
Дата
Msg-id 428B8E529EAF47D4A7D4599141E65B67@andrusnotebook
обсуждение исходный текст
Ответы Re: How to implement word wrap  (Thom Brown <thombrown@gmail.com>)
Re: How to implement word wrap  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список pgsql-general
Database column contains large string without line feeds.
How to split it with word wrap between words ?
I tried to implement word wrap using

create temp table test (line char(7));
insert into test select repeat('aa ',10);
select * from test;

Expected result is that table test contains multiple rows and every row
contains two words:

aa aa

Instead I got string too long exception.

How to implement word wrap in PostgreSql if  string contains words of any
size separated by spaces?

Andrus.


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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: How long will the query take
Следующее
От: Ogden
Дата:
Сообщение: Re: Warm Standby Setup Documentation