Re: Another review of URI for libpq, v7 submission

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Another review of URI for libpq, v7 submission
Дата
Msg-id 1333692550.32606.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Another review of URI for libpq, v7 submission  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Another review of URI for libpq, v7 submission  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On fre, 2012-04-06 at 00:25 -0300, Alvaro Herrera wrote:
> Some moments of radical thinking later, I became unhappy with the fact
> that the conninfo stuff and parameter keywords are all crammed in the
> PQconnectdbParams description.  This feels wrong to me, even more so
> after we expand it even more to add URIs to the mix.  I think it's
> better to create a separate sect1 (which I've entitled "Connection
> Strings") which explains the conninfo and URI formats as well as
> accepted keywords.  The new section is referenced from the multiple
> places that need it, without having to point to PQconnectdbParams.

Yes, it should be split out.  But the libpq chapter already has too many
tiny sect1s.  I think it should be a sect2 under "Database Connection
Control".




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

Предыдущее
От: "Etsuro Fujita"
Дата:
Сообщение: Re: WIP: Collecting statistics on CSV file data
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Support for foreign keys with arrays