Re: Dynamically generate a nested JSON file - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Dynamically generate a nested JSON file
Date
Msg-id CAKFQuwZWEdpZ_Rz_-LXg5bR-s+h72bToPd9nfabRtQ4bVXfMrA@mail.gmail.com
Whole thread Raw
In response to Dynamically generate a nested JSON file  (Rushabh Shah <rushabh1007@gmail.com>)
List pgsql-hackers
On Mon, Nov 27, 2023 at 2:10 PM Rushabh Shah <rushabh1007@gmail.com> wrote:

I want to dynamically generate a nested json file. I have written a function for it in PL/PGSQL that accepts 3 arrays. First one is an array of all json fields, second one is an array of all json fields with columns from tables present in db, third one mentions the type for all the fields inside the json file. 


This is a completely inappropriate question for this list - it is for discussions related to writing patches to the project source code.
 
The -general mailing list is where you can solicit help for problems you are having while using PostgreSQL.

David J.

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: autovectorize page checksum code included elsewhere
Next
From: Michael Paquier
Date:
Subject: Re: Adding facility for injection points (or probe points?) for more advanced tests