diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:30:40 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:30:40 +0200 |
commit | 7ce4326acc1580f5d02ef5c54656364aa50b3494 (patch) | |
tree | 49648a5f29a6e138a5cdfe09cf3bdaa2ecc54e32 /pgsql-driver.bat | |
parent | 2d3eaea64ddeae9c550e4b84c0faa74c9dde22b7 (diff) |
Include messages regarding trusted test database user in automake messages
Diffstat (limited to 'pgsql-driver.bat')
-rw-r--r-- | pgsql-driver.bat | 4 |
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=" |