Re: [HACKERS] Hot Standby utility and administrator functions

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [HACKERS] Hot Standby utility and administrator functions
Дата
Msg-id 1225127771.3971.26.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Re: [HACKERS] Hot Standby utility and administrator functions  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgadmin-hackers
On Mon, 2008-10-27 at 13:08 -0400, Robert Treat wrote:

> Was thinking that admin tools that show hot standby information might
> also want to show the corresponding slave information (from the point
> of view of the master).

Well, the standby might be persuaded to know something about the master,
but not the other way around. The master:standby relationship is 1:Many,
and not restricted in the way things are daisy-chained. So it's more
than just a pair of servers.

All the slaves will say they are the same if you ask them, so you can't
rely on that to identify them. So you need to specify which two servers
you're interested in comparing and how to identify them externally.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: [HACKERS] Hot Standby utility and administrator functions
Следующее
От: "Gevik Babakhani"
Дата:
Сообщение: Re: extending functionality strategy