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