Re: proposal: jsonb_populate_array

From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Erik Rijkers <er(at)xs4all(dot)nl>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: proposal: jsonb_populate_array
Date: 2023-08-15 06:04:54
Message-ID: fa0e6560-751e-57d4-f7e9-efcdd3d86161@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 8/15/23 07:53, Pavel Stehule wrote:
> út 15. 8. 2023 v 7:48 odesílatel Vik Fearing <vik(at)postgresfriends(dot)org>
> napsal:
>
>> On 8/14/23 15:37, Pavel Stehule wrote:
>>> po 14. 8. 2023 v 15:09 odesílatel Erik Rijkers <er(at)xs4all(dot)nl> napsal:
>>>
>>> I think so this can be +/- 40 lines of C code
>>
>> It seems to me like a good candidate for an extension.
>
> Unfortunately, these small extensions have zero chance to be available for
> users that use some cloud postgres.

Then those people can use the Standard SQL syntax. I am strongly
against polluting PostgreSQL because of what third party vendors do and
do not allow on their platforms.
--
Vik Fearing

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2023-08-15 06:26:29 Re: proposal: jsonb_populate_array
Previous Message Andy Fan 2023-08-15 06:04:19 Re: Extract numeric filed in JSONB more effectively