Re: BUG #5304: psql using conninfo fails in connecting to the server - Mailing list pgsql-bugs

From Joe Conway
Subject Re: BUG #5304: psql using conninfo fails in connecting to the server
Date
Msg-id 4B670F9A.5000002@joeconway.com
Whole thread Raw
In response to Re: BUG #5304: psql using conninfo fails in connecting to the server  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #5304: psql using conninfo fails in connecting to the server
Next
From: "Cristian"
Date:
Subject: BUG #5305: Postgres service stops when closing Windows session