diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-03-03 08:49:49 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-03-03 08:49:49 -0500 |
commit | 743b73bdf57a21d39cf764d92536b4080fb2925a (patch) | |
tree | a7196f0b2c32da4420b0ca5123dac8a2e3823fb2 /doc/src/sgml/ref | |
parent | 1275b88f711c663e3b7a77c7526a934752efe52d (diff) | |
download | postgresql-743b73bdf57a21d39cf764d92536b4080fb2925a.tar.gz postgresql-743b73bdf57a21d39cf764d92536b4080fb2925a.zip |
doc: A few awkward phrasing fixes
Josh Kupershmidt
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 9906b0c6d55..578541a1e2a 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -100,7 +100,7 @@ PostgreSQL documentation <para> All WAL records required for the backup must contain sufficient full-page writes, which requires you to enable <varname>full_page_writes</> on the master and - not to use the tool like <application>pg_compresslog</> as + not to use a tool like <application>pg_compresslog</> as <varname>archive_command</> to remove full-page writes from WAL files. </para> </listitem> |