BUG #5304: psql using conninfo fails in connecting to the server

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема BUG #5304: psql using conninfo fails in connecting to the server
Дата
Msg-id 201002010739.o117dwK5056931@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5304: psql using conninfo fails in connecting to the server
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5304
Logged by:          Fujii Masao
Email address:      masao.fujii@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 '='.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Steve White
Дата:
Сообщение: REFERENCES misbehaves with inheritance
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5304: psql using conninfo fails in connecting to the server