From e5cc731b88d46b66973a658dc4861edc9c672781 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Sat, 23 Jul 2011 21:13:21 +0200 Subject: Disable notifications and warnings in Windows psql --- pgsql-driver.bat | 2 ++ 1 file changed, 2 insertions(+) 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%" -- cgit v1.1