psql too noisy

Поиск
Список
Период
Сортировка
От Marc Evans
Тема psql too noisy
Дата
Msg-id 20061219101005.J47556@me.softwarehackery.com
обсуждение исходный текст
Ответы Re: psql too noisy
Список pgsql-general
Hello -

Can anyone suggest a way to suppress all STDOUT/STDERR output by the psql
utility, except for >= ERROR level messages? In particular, I am trying
to suppress NOTICE level messages. The purpose behind this is so that when
a lengthy script is fed to psql to build a virgin DB, the many NOTICE
lines output about things like "implicit sequence" and "implicit index"
are suppressed.

I have tried -q and -v VERBOSITY='terse' with no observed effect.

Thanks in advance - Marc

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Let's play bash the search engine
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: Savepoints in PL/pgSQL