| From: | Oliver Seidel <os10000(at)in-medias-res(dot)com> |
|---|---|
| To: | Rodger Donaldson <rodgerd(at)diaspora(dot)gen(dot)nz>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-sql(at)hub(dot)org |
| Subject: | Re: Regular expression query |
| Date: | 2000-08-25 06:43:20 |
| Message-ID: | Pine.LNX.4.10.10008250833040.9998-100000@delta.imr-dvlp.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
> The regexp package we currently use implements POSIX 1003.2 regexps
> (see src/backend/regex/re_format.7). I believe there is an item on the
> TODO list about upgrading the regexp parser to something more modern
> ... feel free to hop on that project if it's bugging you ...
I would like to recommend
ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
which stands for "PERL compatible regular expressions" and has an
expression analyzer & compiler for more efficient repeated matching.
Since Philip Hazel has only written this package to support his Mail
Transfer Agent (exim), it is optimised for performance.
I hope I have been of help,
Oliver Seidel
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Tille | 2000-08-25 07:32:52 | RE: Create table in functions |
| Previous Message | Alexandru COSTIN | 2000-08-25 06:12:07 | Re: Re: [GENERAL] Getting the result of a query using COUNT(*) |