Re: PQconninfoParse()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PQconninfoParse()
Дата
Msg-id 12654.1318692274@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PQconninfoParse()  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: PQconninfoParse()  (Dmitriy Igrishin <dmitigr@gmail.com>)
Re: PQconninfoParse()  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-docs
Robert Haas <robertmhaas@gmail.com> writes:
> Maybe we should change this:

> Note that only options explicitly specified in the string will have
> values set in the result array; no defaults are inserted.

> To say something like this:

> All legal options will be present in the result array, but only those
> explicitly specified in the string will have a corresponding value; no
> defaults are inserted.

Uh, is that actually a true statement?  I thought the result *did*
include default values.  That's more or less the point of returning them
all, after all.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: DROP TABLE can be issued by schema owner as well as table owner
Следующее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: PQconninfoParse()