aboutsummaryrefslogtreecommitdiff
path: root/pgsql-driver.bat
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-22 17:33:04 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-22 17:33:04 +0200
commit529bfe813f6e00ce7e3c09f75ec55f240c83d3ca (patch)
tree024c45375f27159abbcf262b147e848d13c645d4 /pgsql-driver.bat
parent7f782f4524c368cd5b21ccb12a03a5d965c66919 (diff)
Include messages regarding trusted test database user in automake messages
Diffstat (limited to 'pgsql-driver.bat')
-rw-r--r--pgsql-driver.bat4
1 files changed, 4 insertions, 0 deletions
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="