On 02/01/2010 08:06 AM, Tom Lane wrote:
> Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
>> Fujii Masao wrote:
>>> In HEAD, psql using conninfo fails in connecting to the server as follo=
ws.
>>>
>>> $ bin/psql "host=3Dlocalhost"
>>> psql: FATAL: database "host=3Dlocalhost" does not exist
>>>
>>> This is because the recently-introduced PQconnectStartParams()
>>> doesn't handle correctly the dbname parameter containing '=3D'.
>=20
>> Hmm, I don't think that was ever really supposed to work, it was
>> accidental that it did.
>=20
> No, it was intentional.
Will fix. Give me a day or so though.
Joe