aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-24 19:35:23 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-24 19:35:23 +0200
commitf341a3fd9c38e4e43a0fc792f382447965d6ce83 (patch)
treee0c9e1606216fa0790bc07518afab6fc07043788 /m4
parentbd9f8b9a58b14a2a178632917bba0dbf5db0b51a (diff)
Correct psql option from --user to --username
Diffstat (limited to 'm4')
-rw-r--r--m4/pgsql.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/pgsql.m4 b/m4/pgsql.m4
index 4941e5e..ab580e2 100644
--- a/m4/pgsql.m4
+++ b/m4/pgsql.m4
@@ -154,8 +154,8 @@ AC_CONFIG_COMMANDS([pgsql.options],
echo '#! /bin/sh' >db-driver
if test x$pgsql_user_set = xyes; then
- echo "--user '$pgsql_user'" >>db.options
- echo 'opt="$opt --user='"$pgsql_user"'"' >>db-driver
+ echo "--username '$pgsql_user'" >>db.options
+ echo 'opt="$opt --username='"$pgsql_user"'"' >>db-driver
fi
if test x$pgsql_db_set = xyes; then