diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-24 19:42:29 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-24 19:42:29 +0200 |
commit | 92cdbe070aa7c78bc330c5b3d2cf00a7cf5f13a3 (patch) | |
tree | fcebd065154cfad23a9cf94fc3d5a9f87f094f40 /pgsql-driver.bat | |
parent | 49a3db4b58ce47f78662faf4aad1ea54fd804bdf (diff) |
Correct invalid psql option from --user to --username
Diffstat (limited to 'pgsql-driver.bat')
-rw-r--r-- | pgsql-driver.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql-driver.bat b/pgsql-driver.bat index e87db4f..338d00d 100644 --- a/pgsql-driver.bat +++ b/pgsql-driver.bat @@ -17,7 +17,7 @@ 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% --username=odb_test" set "options=%options% --dbname=odb_test" rem set "options=%options% --host=" |