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

From Andrus
Subject Re: Splitting text column to multiple rows
Date
Msg-id A03883BD235F45F4A8C38116DD6C7BC3@andrusnotebook
Whole thread Raw
In response to Re: Splitting text column to multiple rows  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Splitting text column to multiple rows  (Pavel Stehule <pavel.stehule@gmail.com>)
List 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.

pgsql-general by date:

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