[COMMITTERS] pgsql: Improve low-level backup documentation.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Improve low-level backup documentation.
Дата
Msg-id E1dnVhj-0005u3-CZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Expand partitioned tables in PartDesc order.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Avoid memory leaks when a GatherMerge node is rescanned.