Re: Tackling JsonPath support - Mailing list pgsql-hackers

From Christian Convey
Subject Re: Tackling JsonPath support
Date
Msg-id CAPfS4ZycJ52VJ+Q4Tidzz0zxDfQi4zOg4RgV8zTWpM2ng9CpXA@mail.gmail.com
Whole thread Raw
In response to Re: Tackling JsonPath support  (Nico Williams <nico@cryptonector.com>)
List pgsql-hackers
On Fri, Dec 2, 2016 at 1:32 PM, Nico Williams <nico@cryptonector.com> wrote:
...
On Fri, Dec 02, 2016 at 08:53:33AM -0500, Robert Haas wrote:
> On Tue, Nov 29, 2016 at 11:50 AM, Christian Convey
> <christian.convey@gmail.com> wrote:
> > I think I can satisfy (3) with a PG extension which provides a function that
> > approximately implements JSONPath.  My short-term plans are to submit such a
> > patch.
>
> FWIW, I think that's a fine plan.  I don't really know whether
> JSONPath is the right standard to pick for the task of extracting bits

It's not even a standard.  Are there particular proposals that the ANSI
SQL working group is considering?

​Hi Nico, it seems to be something in the works with the standards committee.  We were discussing it earlier in the thread: [1]

Kind regards,
Christian


 

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [sqlsmith] Failed assertion in _hash_splitbucket_guts
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Add max_parallel_workers GUC.