Re: SQL:2023 JSON simplified accessor support - Mailing list pgsql-hackers

From Alexandra Wang
Subject Re: SQL:2023 JSON simplified accessor support
Date
Msg-id CAK98qZ2CuiORP9WDW6bbUnPNfkO+BktRSkpUucv+KAdJgJAz8A@mail.gmail.com
Whole thread Raw
In response to Re: SQL:2023 JSON simplified accessor support  (Kirill Reshke <reshkekirill@gmail.com>)
List pgsql-hackers
Hi Kirill,

On Wed, Jan 14, 2026 at 5:04 AM Kirill Reshke <reshkekirill@gmail.com> wrote:
> On Wed, 14 Jan 2026 at 12:59, Alexandra Wang
> <alexandra.wang.oss@gmail.com> wrote:
> >
> > Hi Peter,
> >
> > Thanks for the review!
> >
> > I've attached v23.
> >
> > 0001: Implement read-only dot notation for hstore.
> > 0002: a small refactor that can be squashed with 0003.
> > 0003: Implement read-only dot notation for jsonb.
>
>
> Hi!
>
> In 0002
> >  + * jsonPathFromParseResult() does second pass turning AST into binary
>   * representation of jsonpath.
>   */
>
> Is it "does a second pass" and "into a binary representation" ?

Thanks for the review! I’ve attached v24, which addresses your
feedback by updating the comments in 0002. 0001 and 0003 remain
unchanged from v23.

--
Alexandra Wang
EDB: https://www.enterprisedb.com
Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Refactor replication origin state reset helpers
Next
From: "David G. Johnston"
Date:
Subject: Re: how to gate experimental features (SQL/PGQ)