aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-08 14:20:24 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-08 14:20:24 +0200
commit3538672b958f19ced5c4a1f6be3571171d4ae3f7 (patch)
treed6ffe7a5b7b14eb602459f470e02bdb8e67003be
parent8c6f77a8b0d499ce12322d6f4c67193b7d6f61c7 (diff)
Remove password option processing from PostgreSQL test client driver
-rwxr-xr-xbuild/pgsql/pgsql4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/pgsql/pgsql b/build/pgsql/pgsql
index 9e576ff..2cc04cd 100755
--- a/build/pgsql/pgsql
+++ b/build/pgsql/pgsql
@@ -19,10 +19,6 @@ while [ $# -gt 0 ]; do
opt="$opt --user=$2"
shift 2
;;
- --password)
- opt="$opt --password=$2"
- shift 2
- ;;
--dbname)
opt="$opt --dbname=$2"
shift 2