Re: SQL/JSON features for v15 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SQL/JSON features for v15
Date
Msg-id 14814.1661966096@sss.pgh.pa.us
Whole thread Raw
In response to Re: SQL/JSON features for v15  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: SQL/JSON features for v15
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Aug 31, 2022 at 1:06 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> (I don't say that we'd convert every datatype to do so right away;
>> in the long run we should, but I'm content to start with just the
>> same core types touched here.)

> I would be in favor of making more of an effort than just a few token
> data types. The initial patch could just touch a few, but once the
> infrastructure is in place we should really make a sweep through the
> tree and tidy up.

Sure, but my point is that we can do that in a time-extended fashion
rather than having a flag day where everything must be updated.
The initial patch just needs to update a few types as proof of concept.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: SQL/JSON features for v15
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Add native windows on arm64 support