]> granicus.if.org Git - postgresql/commitdiff
Fix typos in pg_basebackup documentation
authorMagnus Hagander <magnus@hagander.net>
Tue, 25 Mar 2014 10:16:57 +0000 (11:16 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 25 Mar 2014 10:17:21 +0000 (11:17 +0100)
Joshua Tolley

doc/src/sgml/ref/pg_basebackup.sgml

index eb0c1d6f36e50af3f0018c1ebcc1f7acded69bfa..ec2e702f7bc45459d5b967db418087ca792042a6 100644 (file)
@@ -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>