Re: [HACKERS] jsonb problematic operators

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: [HACKERS] jsonb problematic operators
Дата
Msg-id CAKFQuwaPLsp6=Y7Q1JFPF=FqF1tXO6KRNrrRzLb-3rLyuAiE5A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] jsonb problematic operators  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Fri, Dec 9, 2016 at 10:17 AM, Robert Haas <robertmhaas@gmail.com> wrote:

As Geoff says, you don't have to use the operators; you could use the
equivalent functions instead.  Every operator just gets turned into a
function call internally, so this is always possible.

In most cases - the decision to tie indexing to operators makes this imperfect.  Whether there is an actual problem with these operators I am unsure.

David J.

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: [HACKERS] proposal: psql statements \gstore \gstore_binary (instead COPY RAW)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] jsonb problematic operators