aboutsummaryrefslogtreecommitdiff
path: root/pgsql-driver.bat
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-23 21:13:59 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-23 21:13:59 +0200
commit88ddb093213111e35373806cfd360b7db5176858 (patch)
tree1915bece3145a09c391c091c0e653c69e4431122 /pgsql-driver.bat
parente5cc731b88d46b66973a658dc4861edc9c672781 (diff)
Correct psql option from --database to --dbname
Diffstat (limited to 'pgsql-driver.bat')
-rw-r--r--pgsql-driver.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql-driver.bat b/pgsql-driver.bat
index aa58dc9..40cfedf 100644
--- a/pgsql-driver.bat
+++ b/pgsql-driver.bat
@@ -19,7 +19,7 @@ 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"
+set "options=%options% --dbname=odb_test"
rem set "options=%options% --host="
rem set "options=%options% --post="
set "options=%options% --quiet"