Re: split/explode functions - Mailing list pgsql-sql

From Jeff Eckermann
Subject Re: split/explode functions
Date
Msg-id 00e401c12a4c$054036a0$279c10ac@INTERNAL
Whole thread Raw
In response to split/explode functions  ("omid omoomi" <oomoomi@hotmail.com>)
List pgsql-sql
Not amongst the builtin functions.  You will need to create your own using a
procedural language.  Easiest is plperl, since Perl already has a very
functional "split" function.

----- Original Message -----
From: "omid omoomi" <oomoomi@hotmail.com>
To: <pgsql-sql@postgresql.org>
Sent: Monday, August 20, 2001 7:31 PM
Subject: split/explode functions


> hi ,
> Is there any split or explode function which split a whole string to
> seperate parts using any special delimiter ?
> TIA
> Omid
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting 'n-1'th record.
Next
From: "Josh Berkus"
Date:
Subject: Re: Getting 'n-1'th record.