I'm seeing INFO messages when I run my tests and I thought that I had gotten rid of them by setting the client_min_messages PGOPTION. Here's my command:
PGOPTIONS='--client-min-messages=warning'
psql -h localhost
-p 5432
-d my_db
-U my_user
--no-align
--field-separator '|'
--pset footer
--quiet
-v AUTOCOMMIT=off
-X
-v VERBOSITY=terse
-v ON_ERROR_STOP=1
--pset pager=off
-f tests/test.sql
-o "$test_results"
Can someone advise me on how to turn off the INFO messages?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…