The following bug has been logged online:

Bug reference:      5304
Logged by:          Fujii Masao
Email address:      masao.fu...@gmail.com
PostgreSQL version: HEAD
Operating system:   RHEL5.1
Description:        psql using conninfo fails in connecting to the server
Details: 

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 '='.

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to