release notes: update for pg_basebackup in tar format
authorBruce Momjian
Thu, 11 Jun 2015 14:51:18 +0000 (10:51 -0400)
committerBruce Momjian
Thu, 11 Jun 2015 14:51:39 +0000 (10:51 -0400)
Report by Amit Kapila

doc/src/sgml/release-9.5.sgml

index 2073f74fa5c33847ebd2d9884cd4d48d411081ee..f022050d34a3d726cf1243ee871001e3c08da5d1 100644 (file)
 
      
       
-       Have pg_basebackup use a tablespace mapping file,
-       to allow for file paths of 100+ characters in length (Amit Kapila)
+       Have pg_basebackup use a tablespace mapping
+       file with the tar format, to handle file paths
+       of 100+ characters in length and sybolic links on 
+       class="osname">MS Windows (Amit Kapila)
+      
+
+      
+       This change prevents pg_basebackup from backing
+       up pre-9.5 servers.