[EMAIL PROTECTED] wrote:
Hi Folks,
I'm looking for the fatest way to parse string in a postgresql function and 
insert each parsed chunk in a table. Something like that:

You might be able to use the |string_to_array function which |splits a string into array elements using the provided delimiter which could be a EOL marker. Then use a loop to iterate through the array and insert into your table.

Just a quick idea :-)
||

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org

Reply via email to