diff options
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=" |