Re: Splitting text column to multiple rows - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Splitting text column to multiple rows
Date
Msg-id 162867791003290816i7388b078h79b6fc15384fdb1c@mail.gmail.com
Whole thread Raw
In response to Re: Splitting text column to multiple rows  ("Andrus" <kobruleht2@hot.ee>)
List pgsql-general
2010/3/29 Andrus <kobruleht2@hot.ee>:
> Pavel
>
> thank you.
> How to add word wrap to this at some column between words ?
> For example string
> 'aaaa bbbb cccc  dddd'
>
> if word wrap is at column 12 should produce table with two rows:
>
> aaaa bbbb
> cccc  dddd
>

You can't do it. This working only for one column.

regards
Pavel

> Andrus.
>

pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: Re: Splitting text column to multiple rows
Next
From: Tom Lane
Date:
Subject: Re: Splitting text column to multiple rows