Re: question regarding regular expressions

From: Cindy <ctmoore(at)uci(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: question regarding regular expressions
Date: 2002-09-16 21:25:25
Message-ID: 16332.1032211525@stephanus.tlg.uci.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Tom Lane writes:
>Cindy <ctmoore(at)uci(dot)edu> writes:
>> If I've got something like "...AND citation ~ 'x[0-9]*'..." in my
>> query, is there any way to extract the portion that matched?
>
>Not in SQL --- but you could easily write a plperl or pltcl function
>to do that.

OK, I'm looking over the documentation for this. One question,
which doesn't seem to be addressed in the documentation
(http://www.postgresql.org/idocs/index.php?plperl-install.html)
I'm looking at, it says that you must issue a
createlang plperl <dbname>
in order to make use of this in a particular database. Does this
need to be done prior to populating the database, or can it be done
any time subsequent?

--Cindy
--
ctmoore(at)uci(dot)edu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tino Wildenhain 2002-09-16 21:34:42 Re: question regarding regular expressions
Previous Message Andrew Sullivan 2002-09-16 21:24:57 Re: A question on performance