diff options
-rw-r--r-- | doc/src/sgml/release-9.5.sgml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 2073f74fa5c..f022050d34a 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -1322,8 +1322,15 @@ <listitem> <para> - Have <application>pg_basebackup</> use a tablespace mapping file, - to allow for file paths of 100+ characters in length (Amit Kapila) + Have <application>pg_basebackup</> use a tablespace mapping + file with the <application>tar</> format, to handle file paths + of 100+ characters in length and sybolic links on <systemitem + class="osname">MS Windows</> (Amit Kapila) + </para> + + <para> + This change prevents <application>pg_basebackup</> from backing + up pre-9.5 servers. </para> </listitem> |