aboutsummaryrefslogtreecommitdiff
path: root/pgsql-driver.bat
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-23 20:58:52 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-23 20:58:52 +0200
commitb235469ba18e2165afd7d238ba64a8e9110d01db (patch)
tree24c90fa3c414762f313e9ad7bb6259d0557c7d4c /pgsql-driver.bat
parent4d511906633907995c32743d64f87f22334813c6 (diff)
Disable warnings and notifications for Windows psql
Diffstat (limited to 'pgsql-driver.bat')
-rw-r--r--pgsql-driver.bat2
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%"