Re: Recovery to backup point - Mailing list pgsql-hackers

From MauMau
Subject Re: Recovery to backup point
Date
Msg-id 5DCDF3A106FD47B7B01D5C156A999B67@maumau
Whole thread Raw
In response to Re: Recovery to backup point  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
From: "Michael Paquier" <michael.paquier@gmail.com>
> On Sat, Dec 7, 2013 at 9:06 AM, MauMau <maumau307@gmail.com> wrote:
>> Recovery target 'immediate'
>> http://www.postgresql.org/message-id/51703751.2020208@vmware.com
>>
>> May I implement this feature and submit a patch for the next commitfest 
>> if I have time?
> Please feel free. I might as well participate in the review.

Thanks.  I'm feeling incliend to make the configuration "recovery_target = 
'backup_point'" instead of "recovery_target = 'immediate'", because:

* The meaning of this feature for usrs is to recover the database to the 
backup point.
* it doesn't seem to need a new parameter.  recovery_target_time sounds 
appropriate because users want to restore the database at the "time" of 
backup.

Regards
MauMau




pgsql-hackers by date:

Previous
From: "MauMau"
Date:
Subject: Re: [bug fix] pg_ctl fails with config-only directory
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH 1/2] SSL: GUC option to prefer server cipher order