Re: regex back-references? - Mailing list pgsql-general

From Tom Lane
Subject Re: regex back-references?
Date
Msg-id 26729.966835823@sss.pgh.pa.us
Whole thread Raw
In response to regex back-references?  (Michael Blakeley <mike@blakeley.com>)
Responses Re: regex back-references?  (Michael Blakeley <mike@blakeley.com>)
List pgsql-general
Michael Blakeley <mike@blakeley.com> writes:
> Does postgresql support regex back-references?

There's no such function at the SQL level, AFAIR.

I'd recommend writing a function in either plperl or pltcl, according
to your taste.  Both offer pretty much all the string-bashing
functionality you could possibly want ...

            regards, tom lane

pgsql-general by date:

Previous
From: "Chris Knight"
Date:
Subject: Memory Leaks in plpgsql in 7.0.2
Next
From: Tom Lane
Date:
Subject: Re: Memory Leaks in plpgsql in 7.0.2