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-31 20:04:43
Message-ID: E1dnVhj-0005u3-CZ@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.

David Steele, reviewed by Robert Haas and Michael Paquier

Discussion: http://postgr.es/m/f349b834-1443-ebf0-3c2a-965f944004d7@pgmasters.net

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9b1d48506a87a0ac61a1501a4253b6e6e524b87a

Modified Files
--------------
doc/src/sgml/backup.sgml | 27 +++++++++++++++++++++------
doc/src/sgml/func.sgml | 15 +++++++++++++--
2 files changed, 34 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-31 20:21:22 pgsql: Avoid memory leaks when a GatherMerge node is rescanned.
Previous Message Robert Haas 2017-08-31 19:50:55 pgsql: Expand partitioned tables in PartDesc order.