Re: Additional comments around need_escapes in pg_parse_json() - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Additional comments around need_escapes in pg_parse_json()
Date
Msg-id 86c028c0-faa7-4b75-aa89-f963f56a29e7@dunslane.net
Whole thread Raw
Responses Re: Additional comments around need_escapes in pg_parse_json()
List pgsql-hackers
On 2024-12-20 Fr 5:21 AM, Corey Huinker wrote:
> I recently had occasion to use the pg_parse_json() function for 
> creating input functions for pg_ndistinct and pg_dependencies.
>
> While it is obvious now that I should have been parsing with 
> need_escapes=true, it wasn't obvious from the outset, and so I'm 
> proposing adding a few comments to help the next person come to that 
> conclusion sooner than I did.



Comments are not quite accurate, but I'll look at cleaning them up and 
adding them.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pure parsers and reentrant scanners
Next
From: Robert Treat
Date:
Subject: Re: Eagerly scan all-visible pages to amortize aggressive vacuum