Re: SQL-standard function body

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: SQL-standard function body
Дата
Msg-id 9941074b-a41f-3d2d-f676-f6ede6f580cd@dunslane.net
обсуждение исходный текст
Ответ на Re: SQL-standard function body  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 4/9/21 12:09 PM, Tom Lane wrote:
> One could make an argument, therefore, for holding off 0003 until
> there's more support for execution-time error cursors.  I don't
> think we should though, for two reasons:
> 1. It'd be better to keep the pg_proc representation of new-style
> SQL functions stable across versions.
> 2. Storing the CREATE text means we'll capture comments associated
> with the function text, which is something that at least some
> people will complain about the loss of.  Admittedly we have no way
> to re-integrate the comments into the de-parsed body, but some
> folks might be satisfied with grabbing the prosrc text.
>


+many for storing query text.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: Amul Sul
Дата:
Сообщение: Re: Avoid unnecessary table open/close for TRUNCATE foo, foo, foo; kind of commands
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Reference Leak with type