Re: [GENERAL] definitions of regexp functions required

2010-03-18 Thread Craig Ringer
On 18/03/2010 8:13 PM, Ehsan Haq wrote: Hi, I am using a relatively older version of Postgres What version exactly? and I need to use the following functions. regexp_matches(), |regexp_split_to_array()|, and |regexp_split_to_table()| . Can anybody provide me the definitions of these functions

Re: [GENERAL] definitions of regexp functions required

2010-03-18 Thread Albe Laurenz
Ehsan Haq wrote: >I am using a relatively older version of Postgres and I > need to use the following functions. > regexp_matches(), regexp_split_to_array(), and > regexp_split_to_table() . Can anybody provide me the > definitions of these functions. Do you mean the implementation? That's h

[GENERAL] definitions of regexp functions required

2010-03-18 Thread Ehsan Haq
Hi,    I am using a relatively older version of Postgres and I need to use the following functions. regexp_matches(), regexp_split_to_array(), and regexp_split_to_table() . Can anybody provide me the definitions of these functions.   Thanks in advance Ehsan