| From: | "Rob Grant" <rob(at)occipital(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #5955: One-click installer does not escape password |
| Date: | 2011-03-28 19:07:58 |
| Message-ID: | 201103281907.p2SJ7vHT049086@wwwmaster.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 5955
Logged by: Rob Grant
Email address: rob(at)occipital(dot)com
PostgreSQL version: 9.0
Operating system: OS X
Description: One-click installer does not escape password
Details:
I provided the one-click installer a password that included a double quote.
This caused the following errors:
Error running /Library/PostgreSQL/9.0/installer/server/initcluster.sh
"postgres" "postgres" "****" "/Library/PostgreSQL/9.0"
"/Library/PostgreSQL/9.0/data" 5432 DEFAULT : /bin/sh: -c: line 0:
unexpected EOF while looking for matching `"'
Error running /Library/PostgreSQL/9.0/installer/server/loadmodules.sh
"postgres" "postgres" "****" "/Library/PostgreSQL/9.0" 5432 : /bin/sh: -c:
line 0: unexpected EOF while looking for matching `"'
I reinstalled and provided a password that did not include a double quote
and was able to complete the installation successfully.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2011-03-28 19:47:46 | Re: BUG #5950: backend terminating after altering table |
| Previous Message | Christopher Browne | 2011-03-28 19:01:10 | Re: BUG #5946: Long exclusive lock taken by vacuum (not full) |