diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:13:21 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:13:21 +0200 |
commit | e5cc731b88d46b66973a658dc4861edc9c672781 (patch) | |
tree | cdbeb89b24a2c35f98e4c32ac1ca2e181a7683bd | |
parent | b862c7f3c88db5647981fb2c3cc158c6158b34a4 (diff) |
Disable notifications and warnings in Windows psql
-rw-r--r-- | pgsql-driver.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pgsql-driver.bat b/pgsql-driver.bat index d2affdd..aa58dc9 100644 --- a/pgsql-driver.bat +++ b/pgsql-driver.bat @@ -22,6 +22,8 @@ set "options=%options% --user=odb_test" set "options=%options% --database=odb_test" rem set "options=%options% --host=" rem set "options=%options% --post=" +set "options=%options% --quiet" +set "PGOPTIONS=--client-min-messages=warning" set "pgsql=%PGSQL_CLIENT%" |