Re: Regular expression query

Поиск
Список
Период
Сортировка
От Oliver Seidel
Тема Re: Regular expression query
Дата
Msg-id Pine.LNX.4.10.10008250833040.9998-100000@delta.imr-dvlp.de
обсуждение исходный текст
Ответ на Re: Regular expression query  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Alexandru COSTIN"
Дата:
Сообщение: Re: Re: [GENERAL] Getting the result of a query using COUNT(*)
Следующее
От: Alessandro Valenti
Дата:
Сообщение: Tutorial