Re: Feature request: new column is_paused in pg_stat_replication

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Feature request: new column is_paused in pg_stat_replication
Date: 2011-06-29 19:54:00
Message-ID: BANLkTi=9-s06rhYjBRJv3LFGxSh70UErEw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 29, 2011 at 8:49 PM, Emanuel Calvo <postgres(dot)arg(at)gmail(dot)com> wrote:

> I don't know if it's possible or not, but could be interesting to add
> a column in pg_stat_replication to now if the standby is paused. It
> could be useful if
> somebody has several standby servers and use this function for some tasks.
>
> I know that there is an indirect way to calculate this in the primary,
> just comparing
> the other locations with the replay one.

Interesting thought, I'll look into it.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2011-06-29 20:03:41 Re: Patch file questions?
Previous Message Casey Havenor 2011-06-29 19:53:31 Re: Patch file questions?