diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-08 14:20:24 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-08 14:20:24 +0200 |
commit | 3538672b958f19ced5c4a1f6be3571171d4ae3f7 (patch) | |
tree | d6ffe7a5b7b14eb602459f470e02bdb8e67003be /build/pgsql | |
parent | 8c6f77a8b0d499ce12322d6f4c67193b7d6f61c7 (diff) |
Remove password option processing from PostgreSQL test client driver
Diffstat (limited to 'build/pgsql')
-rwxr-xr-x | build/pgsql/pgsql | 4 |
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 |