Re: Splitting text column to multiple rows

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

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

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2010-03-29 15:08:15 Re: Splitting text column to multiple rows
Previous Message Tom Lane 2010-03-29 15:00:34 Re: Splitting text column to multiple rows