Re: remaining sql/json patches

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: remaining sql/json patches
Дата
Msg-id CA+HiwqHU7odMsD-c+Un++3W8bRZwS7aT1DUdKwLyH9sHXZKd7Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: remaining sql/json patches  (Nikita Malakhov <hukutoc@gmail.com>)
Ответы Re: remaining sql/json patches  (Nikita Malakhov <hukutoc@gmail.com>)
Список pgsql-hackers
Hi Nikita,

On Thu, Oct 26, 2023 at 2:13 AM Nikita Malakhov <hukutoc@gmail.com> wrote:
> Amit, on previous email, patch #2 - I agree that it is not the best idea to introduce
> new type of logic into the parser, so this logic could be moved to the executor,
> or removed at all. What do you think of these options?

Yes maybe, though I'd first like to have a good answer to why is that
logic necessary at all.  Maybe you think it's better to emit an error
in the SQL/JSON layer of code than in the type input function if it's
unsafe?

--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Document aggregate functions better w.r.t. ORDER BY
Следующее
От: David Steele
Дата:
Сообщение: Re: Remove dead code in pg_ctl.c