Take a look at:
http://www.postgres.org/docs/current/static/functions-string.html
The split_part() function should do the trick.
== Ezra Epstein
"A E" <cooljoint(at)yahoo(dot)com> wrote in message
news:20040103181155(dot)67492(dot)qmail(at)web12103(dot)mail(dot)yahoo(dot)com(dot)(dot)(dot)
Hi,
I was wondering if there was a function that handles list elements of a
comma delimited list? I need to be able to pass values as a comma delimited
list, count the number of values, and process the value of each.
Did not think it was very efficient to loop through the contents of the list
finding delimiters.
TIA
Alex