Re: PQconninfoParse()

Поиск
Список
Период
Сортировка
От Dmitriy Igrishin
Тема Re: PQconninfoParse()
Дата
Msg-id CAAfz9KNhwEyFsxKb5t9TtuXD74XV+NMq-qLWb+5WAz8wX0SJ6A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PQconninfoParse()  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: PQconninfoParse()  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-docs
Hey Robert,

2011/10/10 Robert Haas <robertmhaas@gmail.com>
On Tue, Sep 27, 2011 at 9:13 AM, Dmitriy Igrishin <dmitigr@gmail.com> wrote:
> First,
> "Returns parsed connection options from the provided connection string."
> Its false. The returned array contains all options, rather than which only
> parsed from the provided connection string. This fact must be specified in
> the documentation becase the name of the function mismatches its behaviour.

What do you mean by "all" options?  Where else are they coming from
besides the connection string?
I mean options from
static const PQconninfoOption PQconninfoOptions[]
from interfaces/libpq/fe-connect.c

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
// Dmitriy.


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Small correction in http://www.postgresql.org/docs/9.0/interactive/wal-reliability.html
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Discrepancy in 9.1 Documentation on CREATE ROLE