Re: [HACKERS] jsonb problematic operators

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] jsonb problematic operators
Дата
Msg-id 20161209175404.ke4yyejra6cot2zm@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [HACKERS] jsonb problematic operators  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 2016-12-09 12:17:32 -0500, Robert Haas 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.

Well, except that only operators support indexing :(

- Andres



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [HACKERS] jsonb problematic operators
Следующее
От: Jeff Janes
Дата:
Сообщение: [HACKERS] new table partitioning breaks \d table to older versions