Re: [PATCH] Make pg_basebackup configure and start standby

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Make pg_basebackup configure and start standby
Дата
Msg-id 1341344849.21530.25.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: [PATCH] Make pg_basebackup configure and start standby  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: [PATCH] Make pg_basebackup configure and start standby  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On mån, 2012-07-02 at 01:10 +0900, Fujii Masao wrote:
> > But I think that part is lacking in functionality: AFAICT it's
> > hardcoded to only handle host, port, user and password. What about
> > other connection parameters, likely passed to pg_basebackup through
> > the environment in that case? isn't that quite likely to break the
> > server later?
> 
> What about something like PQconninfo which returns the connection
> string value established at connection?
> 
> > Maybe the proper way around that is to provide the ability for
> > pg_basebackup to take a full connection string, just like we allow
> > psql to do?
> 
> +1
> 
I think both of these would be necessary to make this work smoothly.

You also need to take into account situations like when pg_basebackup
found a server with the help of PG* environment variables that might no
longer be set when the server tries to start recovery.  So you need
something like PQconninfo.



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Solaris docs
Следующее
От: Matthew Woodcraft
Дата:
Сообщение: Re: enhanced error fields