pgsql: Improve low-level backup documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve low-level backup documentation.
Date: 2017-08-25 19:20:40
Message-ID: E1dlK9o-00068j-HR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve low-level backup documentation.

Our documentation hasn't really caught up with the fact that
non-exclusive backups can now be taken using pg_start_backup and
pg_stop_backup even on standbys. Update, also correcting some
errors introduced by 52f8a59dd953c6820baf153e97cf07d31b8ac1d6.
Updates to the 9.6 documentation are needed as well, but that
will need a separate patch as some things are different on that
version.

David Steele, reviewed by Robert Haas and Michael Paquier

Discussion: http://postgr.es/m/d4d951b9-89c0-6bc1-b6ff-d0b2dd5a8966@pgmasters.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/449338cc644be6035d05afb6b60f536adfd99b3e

Modified Files
--------------
doc/src/sgml/backup.sgml | 37 ++++++++++++++++++++++---------------
doc/src/sgml/func.sgml | 3 ++-
2 files changed, 24 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2017-08-26 11:02:15 pgsql: Make setlocale in ECPG test cases thread aware on Windows.
Previous Message Tom Lane 2017-08-25 18:17:38 pgsql: Fix locale dependency in new ecpg test case.