Re: [HACKERS] regular expressions from hell

Поиск
Список
Период
Сортировка
От dg@illustra.com (David Gould)
Тема Re: [HACKERS] regular expressions from hell
Дата
Msg-id 9806010644.AA27944@hawk.illustra.com
обсуждение исходный текст
Ответ на Re: [HACKERS] regular expressions from hell  (Brett McCormick <brett@work.chicken.org>)
Ответы Re: [HACKERS] regular expressions from hell  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] regular expressions from hell  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
>
> Not to mention the fact that if perl (or mod_perl) is already running
> (and you're using a shared libperl), the library is already loaded.

Ok, my vote is to build regexes into the pgsql binary or into a .so that
we distribute. There should be no need to have perl installed on a system
to run postgresql. If we are going to extend the language to improve on
the very lame sql92 like clause, we need to have it be part of the system
that can be counted on, not something you might or might not have depending
on what else is installed.

-dg

David Gould           dg@illustra.com            510.628.3783 or 510.305.9468
Informix Software                      300 Lakeside Drive   Oakland, CA 94612
 - A child of five could understand this!  Fetch me a child of five.

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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Current sources?
Следующее
От: dg@illustra.com (David Gould)
Дата:
Сообщение: Re: [HACKERS] Lots 'o patches