diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index c5557d5444..b548817360 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -913,7 +913,8 @@ SELECT * FROM pg_stop_backup(false, true); backup_label in the root directory of the backup. The third field should be written to a file named tablespace_map unless the field is empty. These files are - vital to the backup working, and must be written without modification. + vital to the backup working and must be written without modification, which + may require setting binary mode when writing on some platforms (e.g. Windows).