]> granicus.if.org Git - postgresql/commit
Fix documentation of pg_start_backup and pg_stop_backup functions.
authorFujii Masao <fujii@postgresql.org>
Mon, 22 Apr 2019 17:41:58 +0000 (02:41 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 22 Apr 2019 17:44:06 +0000 (02:44 +0900)
commit42b962176e7ab196a24e96877845331c255a978f
tree69291a06a6303bf8d7d7b185c83cab6d397ee559
parentfba5b1401de000d576ed17edbfd2e154867c1149
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
doc/src/sgml/func.sgml