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
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