Re: split/explode functions

From: "Jeff Eckermann" <jeckermann(at)verio(dot)net>
To: "omid omoomi" <oomoomi(at)hotmail(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: split/explode functions
Date: 2001-08-21 14:17:33
Message-ID: 00e401c12a4c$054036a0$279c10ac@INTERNAL
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hotmail(dot)com>
To: <pgsql-sql(at)postgresql(dot)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(at)postgresql(dot)org)
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-08-21 14:21:37 Re: Getting 'n-1'th record.
Previous Message Tom Lane 2001-08-21 14:12:44 Re: database location question