From 529bfe813f6e00ce7e3c09f75ec55f240c83d3ca Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 22 Jul 2011 17:33:04 +0200 Subject: Include messages regarding trusted test database user in automake messages --- pgsql-driver.bat | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pgsql-driver.bat') diff --git a/pgsql-driver.bat b/pgsql-driver.bat index 821a17e..8851e69 100644 --- a/pgsql-driver.bat +++ b/pgsql-driver.bat @@ -14,7 +14,11 @@ rem setlocal set "options=%PGSQL_OPTIONS%" + +rem This user must be able to login without specifying a password +rem set "options=%options% --user=odb_test" + set "options=%options% --database=odb_test" rem set "options=%options% --host=" rem set "options=%options% --post=" -- cgit v1.1