Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> writes:
> 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.
No, it was intentional.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2010-02-01 16:13:50 |
| Subject: Re: Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an operation without |
| Previous: | From: Simon Riggs | Date: 2010-02-01 15:59:22 |
| Subject: Re: Hot Standby and deadlock detection |
pgsql-bugs by date
| Next: | From: Cristian | Date: 2010-02-01 16:28:19 |
| Subject: BUG #5305: Postgres service stops when closing Windows session |
| Previous: | From: Magnus Hagander | Date: 2010-02-01 08:53:38 |
| Subject: Re: BUG #5304: psql using conninfo fails in connecting to the server |