diff options
-rw-r--r-- | doc/src/sgml/release-10.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 1e708af20e3..66aca8bbb76 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -10035,9 +10035,11 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400 <title>Migration to Version 10</title> <para> - A dump/restore using <xref linkend="app-pg-dumpall">, or use of <xref - linkend="pgupgrade">, is required for those wishing to migrate data - from any previous release. + A dump/restore using <xref linkend="app-pg-dumpall"> or use of <xref + linkend="pgupgrade"> or logical replication is required for those + wishing to migrate data from any previous release. See <xref + linkend="upgrading"> for general information on migrating to new major + releases. </para> <para> |