Re: How to hide NOTICE messages in psql.exe ?

Поиск
Список
Период
Сортировка
От Szymic1
Тема Re: How to hide NOTICE messages in psql.exe ?
Дата
Msg-id 1152110901.050880.132030@j8g2000cwa.googlegroups.com
обсуждение исходный текст
Ответ на Re: How to hide NOTICE messages in psql.exe ?  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: How to hide NOTICE messages in psql.exe ?  (Richard Broersma Jr <rabroersma@yahoo.com>)
Re: How to hide NOTICE messages in psql.exe ?  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
> might also be interested in psql's -q option (or "\set QUIET").

I use -q but I've got e.g

Z:\>psql.exe -q -d ff -h localhost -p 5432 -U postgres
0<D:\ff\centralny\src\db\processing_utils.sql
NOTICE:  type reference ff.alias.mask%TYPE converted to character
varying
NOTICE:  type reference freeconet.logic_list_item.conv%TYPE converted
to charact
er varying
NOTICE:  type reference ff.logic_list_item.conv%TYPE converted to
charact
er varying
NOTICE:  type reference ff.alias.mask%TYPE converted to character
varying
NOTICE:  type reference ff.account.user_name%TYPE converted to
character
varying
NOTICE:  type reference ff.alias.mask%TYPE converted to character
varying

I would like to hide lines with NOTICE


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

Предыдущее
От: "Szymic1"
Дата:
Сообщение: FOR from query - is it a bug ?
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: How to hide NOTICE messages in psql.exe ?