diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
new file mode 100644
index 2f89f2c..a251227
*** a/doc/src/sgml/ref/pg_basebackup.sgml
--- b/doc/src/sgml/ref/pg_basebackup.sgml
*************** PostgreSQL documentation
*** 100,106 ****
All WAL records required for the backup must contain sufficient full-page writes,
which requires you to enable full_page_writes> on the master and
! not to use the tool like pg_compresslog> as
archive_command> to remove full-page writes from WAL files.
--- 100,106 ----
All WAL records required for the backup must contain sufficient full-page writes,
which requires you to enable full_page_writes> on the master and
! not to use a tool like pg_compresslog> as
archive_command> to remove full-page writes from WAL files.