Re: psql : how to make it more silent....

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема Re: psql : how to make it more silent....
Дата
Msg-id ckjfev$7sd$2@floppy.pyrenet.fr
обсуждение исходный текст
Ответ на psql : how to make it more silent....  ("Patrick Fiche" <patrick.fiche@aqsacom.com>)
Ответы Re: psql : how to make it more silent....  (David Rysdam <drysdam@ll.mit.edu>)
Список pgsql-general
Patrick Fiche wrote:
> Hi,
>
> When I execute a function, I would like psql to show me only RAISE
> NOTICE messages but not all function calls....
> Indeed, I currently get some messages that I don't care about :
>
>
>     * PL/pgSQL function "adm_user" line 321......
>     * CONTEXT: SQL query "SELECT....."
>
> Is there a way to get rid of these messages....
>

modify your log_error_verbosity  to "terse"



Regards
Gaetano Mendola

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

Предыдущее
От: Alexander Cohen
Дата:
Сообщение: ODBC
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Recovering data from corrupted table. Urgent Help!!