1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Move documentation of all recovery.conf option to a new chapter.

They used to be scattered between the "backup and restore" and "streaming
replication" chapters.
This commit is contained in:
Heikki Linnakangas
2010-02-22 11:47:30 +00:00
parent 9738beb3d0
commit 3229db2d42
5 changed files with 247 additions and 230 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.90 2009/08/04 22:04:37 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.91 2010/02/22 11:47:30 heikki Exp $ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
@ -155,6 +155,7 @@
&maintenance;
&backup;
&high-availability;
&recovery-config;
&monitoring;
&diskusage;
&wal;