aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2014-03-25 11:16:57 +0100
committerMagnus Hagander <magnus@hagander.net>2014-03-25 11:17:21 +0100
commita2e3df7b6f102d3ae1790ba53afdd525ac3100f6 (patch)
treea5bd2bff1b795ecbe9e58dc25dc748915cfab543
parent08ca107425cb21b8f6b029c4919479dc04241a7d (diff)
downloadpostgresql-a2e3df7b6f102d3ae1790ba53afdd525ac3100f6.tar.gz
postgresql-a2e3df7b6f102d3ae1790ba53afdd525ac3100f6.zip
Fix typos in pg_basebackup documentation
Joshua Tolley
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index eb0c1d6f36e..ec2e702f7bc 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -41,9 +41,9 @@ PostgreSQL documentation
<para>
<application>pg_basebackup</application> makes a binary copy of the database
- cluster files, while making sure the system is automatically put in and
+ cluster files, while making sure the system is put in and
out of backup mode automatically. Backups are always taken of the entire
- database cluster, it is not possible to back up individual databases or
+ database cluster; it is not possible to back up individual databases or
database objects. For individual database backups, a tool such as
<xref linkend="APP-PGDUMP"> must be used.
</para>