aboutsummaryrefslogtreecommitdiff
path: root/pgsql-driver.bat
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-23 21:01:11 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-23 21:01:11 +0200
commit9273c36d6afb84cd56544761afa0dd52e1f3b653 (patch)
treea84ac1396a1d3ee150060c650a6c5cd7d294732b /pgsql-driver.bat
parent9ec2dfce93ff2df58732b556f477595b2ce00682 (diff)
Correct psql option
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"