Re: Splitting text column to multiple rows

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Andrus <kobruleht2(at)hot(dot)ee>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Splitting text column to multiple rows
Date: 2010-03-29 15:16:39
Message-ID: 162867791003290816i7388b078h79b6fc15384fdb1c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/3/29 Andrus <kobruleht2(at)hot(dot)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.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-03-29 15:17:12 Re: Splitting text column to multiple rows
Previous Message Andrus 2010-03-29 15:12:39 Re: Splitting text column to multiple rows