Re: Cannot find hstore operator

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cannot find hstore operator
Дата
Msg-id 1585432.1642951326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cannot find hstore operator  (Paul van der Linden <paul.doskabouter@gmail.com>)
Ответы Re: Cannot find hstore operator
Re: Cannot find hstore operator
Список pgsql-general
Paul van der Linden <paul.doskabouter@gmail.com> writes:
> Thanks for the clarification, but giving up performance is a no-go for us.
> Also I have my concerns about shemaqualifying each and every use of the ->
> operator, there are really a lot of them in my functions and it would
> severely impact readability.
> Are these the only 2 solutions possible?

As of v14 you could use SQL-style function definitions, so that the
operator is parsed at function definition time instead of runtime.

            regards, tom lane



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Cannot find hstore operator
Следующее
От: Paul van der Linden
Дата:
Сообщение: Re: Cannot find hstore operator