Re: pg_standby: How to check in which state the server is currently?

From: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
To: Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_standby: How to check in which state the server is currently?
Date: 2011-12-05 15:50:53
Message-ID: 20111205155053.GC583@cns.vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 05, 2011 at 12:16:29PM +0100, Frank Lanitz wrote:
> Hi list,
>
> We had in past from time to time the issue, that the standby server is
> stopping recovering, creating a new timeline and become up and running.
> In parallel to check for the reasons of this behavior we are looking for
> a clean way to check whether warm standby database is still in
> recovering mode or has become ready.

pg_controldata

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Cédric Villemain 2011-12-05 16:02:13 Re: pg_standby: How to check in which state the server is currently?
Previous Message Adrian Klaver 2011-12-05 15:11:44 Re: plpgsql question