How do I stop psql (postgres?) from outputting 'useless' notices? e.g.
psql:schema/auth.sql:20: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users"
yes psql
I know, now be a good tool and stop telling me that you're doing things I want you to do. IMO a program should be silent unless it has an error, or some other reason to output stuff.