Re: SQL/JSON features for v15

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: SQL/JSON features for v15
Дата
Msg-id 20220823172718.o4p25k2bcrmsnj3a@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: SQL/JSON features for v15  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: SQL/JSON features for v15  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Hi,

On 2022-08-23 18:06:22 +0200, Pavel Stehule wrote:
> The errors that should be handled are related to json structure errors. I
> don't think so we have to handle all errors and all conversions.
> 
> The JSON knows only three types - and these conversions can be written
> specially for this case - or we can write json io routines to be able to
> signal error
> without an exception.

I think that's not true unfortunately. You can specify return types, and
composite types can be populated. Which essentially requires arbitrary
coercions.

Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: SQL/JSON features for v15
Следующее
От: Zhihong Yu
Дата:
Сообщение: Re: handling multiple matching constraints in DetachPartitionFinalize()