Re: Dynamically generate a nested JSON file

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Rushabh Shah <rushabh1007(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Dynamically generate a nested JSON file
Date: 2023-11-27 22:27:58
Message-ID: CAKFQuwZWEdpZ_Rz_-LXg5bR-s+h72bToPd9nfabRtQ4bVXfMrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 27, 2023 at 2:10 PM Rushabh Shah <rushabh1007(at)gmail(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-11-27 22:36:48 Re: Adding facility for injection points (or probe points?) for more advanced tests
Previous Message Nathan Bossart 2023-11-27 22:26:19 Re: autovectorize page checksum code included elsewhere