Re: Further issues with jsonb semantics, documentation

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Further issues with jsonb semantics, documentation
Дата
Msg-id CAM3SWZS92gtm4BArJ=0474=rvKA72cVV6jyHR4nzXBwH25zM9Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Further issues with jsonb semantics, documentation  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: Further issues with jsonb semantics, documentation
Список pgsql-hackers
On Thu, Jun 4, 2015 at 12:10 PM, Peter Geoghegan <pg@heroku.com> wrote:
>> But I agree that it's not a great contribution to science, especially since
>> the index will be applied to the list of elements in the somewhat
>> counter-intuitive storage order we use, and we could just raise an error if
>> we try to apply integer delete to an object instead of an array.
>
> Cool. Do you want to write a patch, or should I?
>
> Also, what about negative array subscripting (making the 9.4-era
> "operator jsonb -> integer" operator support that for consistency with
> the new "operator jsonb - integer" operator)? Should I write the
> patch? Will you commit it if I do?

Please let me know if you want me to write these two patches.

-- 
Peter Geoghegan



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: pg_stat_*_columns?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Is it possible to have a "fast-write" Index?