Re: proposal: catch warnings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: proposal: catch warnings
Дата
Msg-id 13026.1168188154@sss.pgh.pa.us
обсуждение исходный текст
Ответ на proposal: catch warnings  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Ответы Re: proposal: catch warnings  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Список pgsql-hackers
"Pavel Stehule" <pavel.stehule@hotmail.com> writes:
> PostgreSQL allow only catch exception (elevel ERROR). SQL/PSM requires that 
> warnings are catchable too.

What in the world does it mean to "catch" a warning?  If your intention
is to process arbitrary user-defined code while inside the error
subsystem, I can tell you right now that it's unlikely to work.

> Simply solution's is adding one callback  to 
> error's processing of errors on level WARNING.

I can't get excited about hooks that are defined in such a way that
there can be only one user of the hook ... if it's useful to you,
it's probably useful to someone else too.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] SGML index build fix
Следующее
От: Tom Lane
Дата:
Сообщение: Re: security definer default for some PL languages (SQL/PSM)?