Re: Tackling JsonPath support

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Tackling JsonPath support
Дата
Msg-id 20161128162639.GB27143@fetter.org
обсуждение исходный текст
Ответ на Re: Tackling JsonPath support  (Christian Convey <christian.convey@gmail.com>)
Ответы Re: Tackling JsonPath support
Список pgsql-hackers
On Sun, Nov 27, 2016 at 11:50:30AM -0500, Christian Convey wrote:
> >From looking at other databases' docs, it seems like the behavior of
> various JSON-related operators / functions are described partially in terms
> of a "json path expression":
> 
> * In Oracle, "JSON_TABLE", "JSON_exists_column", "JSON_value_column": [1]
> * In MySQL: [2]
> * In DB2: [3]
> * In MS SQL Server: [4]
> * (Whatever the Standards committee will end up producing.)

There's another option we should also consider: jq
<https://stedolan.github.io/jq/>.  It's available under a
PostgreSQL-compatible license, and has had a LOT of work put into
correctness and performance.

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate



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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: [PATCH] pgpassfile connection option
Следующее
От: Nico Williams
Дата:
Сообщение: Re: Alternative MATERIALIZED VIEW design and implementation with history table and other features