Fix documentation of pg_start_backup and pg_stop_backup functions.

Fujii Masao <fujii@postgresql.org>

Commit: b804c1837b55722369d30be707738c098a75cd7a
Author: Fujii Masao <fujii@postgresql.org>
Date: 2019-04-22T17:41:58Z
Releases: 12.0
Fix documentation of pg_start_backup and pg_stop_backup functions.

This commit adds the description that "non-exclusive" pg_start_backup
and pg_stop_backup can be executed even during recovery. Previously
it was wrongly documented that those functions are not allowed to be
executed during recovery.

Back-patch to 9.6 where non-exclusive backup API was added.

Discussion: https://postgr.es/m/CAHGQGwEuAYrEX7Yhmf2MCrTK81HDkkg-JqsOUh8zw6+zYC5zzw@mail.gmail.com

Files

PathChange+/−
doc/src/sgml/func.sgml modified +2 −0

Documentation touched

Discussion