Fujii Masao wrote:
> In HEAD, psql using conninfo fails in connecting to the server as follows.
>
> $ bin/psql "host=localhost"
> psql: FATAL: database "host=localhost" does not exist
>
> This is because the recently-introduced PQconnectStartParams()
> doesn't handle correctly the dbname parameter containing '='.
Hmm, I don't think that was ever really supposed to work, it was
accidental that it did. I certainly didn't realize you could do that.
The documented way to do that is:
bin/psql --host=localhost
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
In response to
Responses
pgsql-hackers by date
| Next: | From: Simon Riggs | Date: 2010-02-01 08:40:57 |
| Subject: Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an
operation without |
| Previous: | From: Simon Riggs | Date: 2010-02-01 08:29:40 |
| Subject: New VACUUM FULL crashes on temp relations |
pgsql-bugs by date
| Next: | From: Fujii Masao | Date: 2010-02-01 08:45:40 |
| Subject: Re: BUG #5304: psql using conninfo fails in connecting to the server |
| Previous: | From: Fujii Masao | Date: 2010-02-01 07:39:58 |
| Subject: BUG #5304: psql using conninfo fails in connecting to the server |