Re: How to disable displaying of a NOTICE context?

Поиск
Список
Период
Сортировка
От Dmitry Koterov
Тема Re: How to disable displaying of a NOTICE context?
Дата
Msg-id d7df81620703130932k54c57692s73fef75f6ff0bc2b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to disable displaying of a NOTICE context?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: How to disable displaying of a NOTICE context?
Список pgsql-general
Thanks!

With RAISE NOTICE "terse" mode works great, CONTEXT is not shown.

But does "terse" also disable CONTEXT displaying on fatal errors inside a stored function? If it does, it is not so useful as it could be, because I don't think that fatal error context hiding is a good idea... No documentation about it at all.


On 3/13/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
"Dmitry Koterov" <dmitry@koterov.ru> writes:
> Is there any way to disable CONTEXT displaying with still enabled NOTICEs
> text?

You could do "\set VERBOSITY terse"

                        regards, tom lane

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: PostgreSQL crashes on Windows 2003
Следующее
От: "Olivier Ceulemans"
Дата:
Сообщение: Re: More information on how to understand table pg_locks.