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

From Kirill Reshke
Subject Re: SQL:2023 JSON simplified accessor support
Date
Msg-id CALdSSPjMvGaZ-vdCnEjUZFJbhrKWOKBqz0-Vie88hZvPBMHQ7w@mail.gmail.com
Whole thread Raw
In response to Re: SQL:2023 JSON simplified accessor support  (Alexandra Wang <alexandra.wang.oss@gmail.com>)
Responses Re: SQL:2023 JSON simplified accessor support
List pgsql-hackers
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" ?





--
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Use Python "Limited API" in PL/Python
Next
From: Robert Haas
Date:
Subject: Re: Enhancing Memory Context Statistics Reporting