diff options
author | Magnus Hagander <magnus@hagander.net> | 2012-09-04 14:37:14 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2012-09-04 14:37:51 +0200 |
commit | ee7a48c5b37a3e37b0c2a934c86c9385c5ad8caf (patch) | |
tree | ea5d439f38eecc202db29cca7c255550539ca5a6 | |
parent | 14fd5b3b9e396ce29d1f9e5b983081f77460b996 (diff) |
Mention basebackup-from-slave next to cascading replication
-rw-r--r-- | doc/src/sgml/release-9.2.sgml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 4b8406045e7..dedb5caef22 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -54,6 +54,13 @@ <listitem> <para> + Allow <application>pg_basebackup</> to make base backups from + standby servers + </para> + </listitem> + + <listitem> + <para> Add a <link linkend="app-pgreceivexlog"><application>pg_receivexlog</></link> tool to archive WAL file changes as they are written @@ -1230,8 +1237,8 @@ <listitem> <para> - Allow <application>pg_basebackup</> to pull from standby servers - (Jun Ishizuka, Fujii Masao) + Allow <application>pg_basebackup</> to make base backups from + standby servers (Jun Ishizuka, Fujii Masao) </para> </listitem> |