Re: [HACKERS] Hot Standby utility and administrator functions - Mailing list pgadmin-hackers

From Simon Riggs
Subject Re: [HACKERS] Hot Standby utility and administrator functions
Date
Msg-id 1225127771.3971.26.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: [HACKERS] Hot Standby utility and administrator functions  (Robert Treat <xzilla@users.sourceforge.net>)
List 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 by date:

Previous
From: Robert Treat
Date:
Subject: Re: [HACKERS] Hot Standby utility and administrator functions
Next
From: "Gevik Babakhani"
Date:
Subject: Re: extending functionality strategy