Re: BUG #17916: Expression IN list translates to unqualified operator

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #17916: Expression IN list translates to unqualified operator
Дата
Msg-id CAKFQuwbLKduuWpS5Ld9HaWV8JiHw6XfZvLMLPf6D5NAOCAuO9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #17916: Expression IN list translates to unqualified operator  (RekGRpth <rekgrpth@gmail.com>)
Список pgsql-bugs
On Wed, May 3, 2023 at 6:43 AM RekGRpth <rekgrpth@gmail.com> wrote:
How can I safely use an expression IN list in extensions?


search_path control is your only knob if you want to use IN.  Otherwise, you can typically reformulate an IN expression into an "op ANY" expression and then "op" can be schema-qualified.

David J.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17917: to_tsquery syntax error
Следующее
От: Cyrus Lozano
Дата:
Сообщение: Re: BUG #17917: to_tsquery syntax error