Re: Unexpected planner behavior with *_pattern_ops index matching

Поиск
Список
Период
Сортировка
От Fabio Ugo Venchiarutti
Тема Re: Unexpected planner behavior with *_pattern_ops index matching
Дата
Msg-id 5452B64E.3090400@vuole.me
обсуждение исходный текст
Ответ на Re: Unexpected planner behavior with *_pattern_ops index matching  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Unexpected planner behavior with *_pattern_ops index matching  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
 > Conversion of the pattern to an index qualification requires that the
 > pattern be a plan-time constant.  STABLE functions, by definition,
 > are not that.

Thank you very much


I guess it is correct to assume that the same applies to regular
expressions stored in pl/pgsql variables/arguments then, as they're
inspected after the plan is cached?


Is dynamic SQL the recommended/only way around this?


Regards

Fabio Ugo Venchiarutti


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Planet Postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unexpected planner behavior with *_pattern_ops index matching