Re: precompiling regular expressions in plpgsql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: precompiling regular expressions in plpgsql
Дата
Msg-id 13643.1154379364@sss.pgh.pa.us
обсуждение исходный текст
Ответ на precompiling regular expressions in plpgsql  (Brian Hurt <bhurt@janestcapital.com>)
Список pgsql-novice
Brian Hurt <bhurt@janestcapital.com> writes:
> Now, the strings that I'm using as the pattern as a regular expression
> really are constant, even if they don't look like it to postgres.  Is it
> possible to precompile these expressions (basically, build up the tables
> for the DFA engine ahead of time) in plpgsql?

This already happens internally --- you might need to increase the size
of the cache in src/backend/utils/adt/regexp.c ...

            regards, tom lane

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

Предыдущее
От: Brian Hurt
Дата:
Сообщение: precompiling regular expressions in plpgsql
Следующее
От: Brian Hurt
Дата:
Сообщение: GRANT role TO PUBLIC- not working?