On Mon, Feb 1, 2010 at 5:31 PM, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
> 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
Really? According to the document, psql using conninfo seems to
be supported.
http://developer.postgresql.org/pgdocs/postgres/app-psql.html#R2-APP-PSQL-CONNECTING
> An alternative way to specify connection parameters is in a conninfo
> string, which is used instead of a database name. This mechanism give
> you very wide control over the connection. For example:
>
> $ psql "service=myservice sslmode=require"
Am I missing something?
Regards,
--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
In response to
Responses
pgsql-hackers by date
| Next: | From: Magnus Hagander | Date: 2010-02-01 08:53:38 |
| Subject: Re: BUG #5304: psql using conninfo fails in connecting to the server |
| Previous: | From: Simon Riggs | Date: 2010-02-01 08:40:57 |
| Subject: Re: [COMMITTERS] pgsql: Write a WAL record whenever we perform an
operation without |
pgsql-bugs by date
| Next: | From: Magnus Hagander | Date: 2010-02-01 08:53:38 |
| Subject: Re: BUG #5304: psql using conninfo fails in connecting to the server |
| Previous: | From: Heikki Linnakangas | Date: 2010-02-01 08:31:03 |
| Subject: Re: BUG #5304: psql using conninfo fails in connecting to
the server |