Re: Minor correction in the doc for non-exclusive pg_start_backup and pg_stop_backup

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: pgsql-docs <pgsql-docs@postgresql.org>
Date: 2019-04-19T02:36:54Z
Lists: pgsql-docs
On Fri, Apr 19, 2019 at 12:38:23AM +0900, Fujii Masao wrote:
> Regarding backup control functions, the func.sgml describes as above.
> But non-exclusive pg_start_backup and pg_stop_backup can also be
> executed during recovery, and which should be described in the doc.
> So I think that the attached patch should be pushed. Thought?
> 
> Probably the patch needs to be back-patched to 9.6 where non-exclusive
> backup API was added.

+1.
--
Michael

Commits

  1. Fix documentation of pg_start_backup and pg_stop_backup functions.