Re: SQL/JSON features for v15

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL/JSON features for v15
Дата
Msg-id 14814.1661966096@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SQL/JSON features for v15  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: SQL/JSON features for v15  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: SQL/JSON features for v15
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Add native windows on arm64 support