From: Bruce Momjian Date: Thu, 11 Jun 2015 14:51:18 +0000 (-0400) Subject: release notes: update for pg_basebackup in tar format X-Git-Tag: REL9_5_ALPHA1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a4ea8e2004db269497ef18048ed5238c2c6e5cb;p=postgresql release notes: update for pg_basebackup in tar format Report by Amit Kapila --- diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 2073f74fa5..f022050d34 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -1322,8 +1322,15 @@ - 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 MS Windows (Amit Kapila) + + + + This change prevents pg_basebackup from backing + up pre-9.5 servers.