diff options
author | Bruce Momjian | 2022-05-12 02:01:46 +0000 |
---|---|---|
committer | Bruce Momjian | 2022-05-12 02:01:46 +0000 |
commit | da82c62469865e11c29881b42e955482194ca781 (patch) | |
tree | 8c4e6814dd69f33d1bc9ef9ee803b7e01a71d6e2 | |
parent | 922d1a27e9bd3415522a5ec5578c7c1324b16b93 (diff) |
relnotes: update for non-exclusive backup mode removal
Reported-by: Ian Lawrence Barwick
Discussion: https://postgr.es/m/CAB8KJ=jmLBMAmxjcew12-yntb7m3FH-8A2+Qb7+RybZp1w9GOg@mail.gmail.com
-rw-r--r-- | doc/src/sgml/release-15.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index 635941a9083..f76a8226d04 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -88,7 +88,8 @@ Remove exclusive backup mode (David Steele, Nathan Bossart) </para> <para> -If the database server stops abruptly while in this mode, the server could fail to start. The non-exclusive backup mode requires a continuous database connection during the backup. +If the database server stops abruptly while in this mode, the server could fail to start. The non-exclusive backup mode requires a continuous database connection during the +backup. Functions pg_start_backup()/pg_stop_backup() have been renamed to pg_backup_start()/pg_backup_stop(), and the functions pg_backup_start_time() and pg_is_in_backup() have been removed. </para> </listitem> |