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 1224781884.27145.645.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Hot Standby utility and administrator functions  (Simon Riggs <simon@2ndQuadrant.com>)
List pgadmin-hackers
On Mon, 2008-10-20 at 10:25 +0100, Simon Riggs wrote:

> What else do we need?

> * pg_freeze_recovery()
> * pg_unfreeze_recovery()

Two more functions

pg_freeze_recovery_cleanup()
pg_unfreeze_recovery_cleanup()

These would allow recovery to continue normally, except for row removal
operations which would halt the progress of recovery.

It would eventually be possible to have a function that halts recovery
whenever row removal takes place for a list of tables. Not planning on
implementing that initially though.

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


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: website down?
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Hot Standby utility and administrator functions