Re: How to silence psql notices, warnings, etc.? - Mailing list pgsql-general

From Scott Marlowe
Subject Re: How to silence psql notices, warnings, etc.?
Date
Msg-id dcc563d10803161153w41de87egca9fee9cca39a6a3@mail.gmail.com
Whole thread Raw
In response to How to silence psql notices, warnings, etc.?  ("Kynn Jones" <kynnjo@gmail.com>)
List pgsql-general
On Fri, Mar 14, 2008 at 2:28 PM, Kynn Jones <kynnjo@gmail.com> wrote:
> Hi!
>
> How does one silence NOTICE and WARNING messages in psql?  I've tried \set
> QUIET on, \set VERBOSITY terse, and even \o /dev/null, but I still get them!

If you start postgresql from the pg_ctl command line and it's set to
log to stdout, then continue to use that terminal for psql afterwards,
you will continue to get the warnings and notices because they're
coming out of the postmaster to the terminal you're on.

It's happened to me in the past.

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Redundant file server for postgres
Next
From: Karl Denninger
Date:
Subject: Re: Redundant file server for postgres