Re: [GENERAL] How to suppress NOTICE messages

2007-04-06 Thread Tom Lane
"O.B." <[EMAIL PROTECTED]> writes: > How does one suppress NOTICE messages from appearing in stderr? I > have the following command and it appears that setting > client_min_messages to WARNING does not work. > psql -U postgres -d mytestdb -f mytest.sql -v > client_min_messages=WARNING -W You see

[GENERAL] How to suppress NOTICE messages

2007-04-06 Thread O.B.
How does one suppress NOTICE messages from appearing in stderr? I have the following command and it appears that setting client_min_messages to WARNING does not work. psql -U postgres -d mytestdb -f mytest.sql -v client_min_messages=WARNING -W ---(end of broadcast)--