funstions for parsing words - Mailing list pgsql-sql

From John Kopanas
Subject funstions for parsing words
Date
Msg-id 1DFC0740-7EF9-4104-BDDF-C1436453EF33@protoseinc.com
Whole thread Raw
Responses Re: funstions for parsing words
List pgsql-sql
I have a table called Phrases that holds the text of a phrase. I want
write a query that will return all the words found in all the text of
the Phrases. Like so:


Phrases:
------------
"Hello World"
"Goodbye World"
"I like candy

Words (select statement result):
------------
"Hello"
"World"
"Goodbye"
"I"
"Like"
"Candy"

Is anything like this possible?

Thanks alot.

Your Friend,

John Kopanas


pgsql-sql by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Re: echo/printf function in plpgsql
Next
From: Tony Wasson
Date:
Subject: Re: funstions for parsing words