select all matches for a regular expression ?

From: "Anton Melser" <melser(dot)anton(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: select all matches for a regular expression ?
Date: 2007-02-23 14:00:53
Message-ID: 92d3a4950702230600w4af8416qa0dec50ab9aeeecf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I need to be able to get all the matches for a particular regexp from
a text field that I need to use in another query in a function. Is
this possible with plpgsql? Do I have to install the perl language?
Cheers
Anton

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Dorbath 2007-02-23 14:05:59 ODBCng and OpenOffice 2.1
Previous Message Merlin Moncure 2007-02-23 13:38:39 Re: PGSQL Locking vs. Oracle's MVCC