From: Magnus Hagander Date: Tue, 25 Mar 2014 10:16:57 +0000 (+0100) Subject: Fix typos in pg_basebackup documentation X-Git-Tag: REL9_1_14~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1698bd2fbd2e2aa00a3a3db03df220ea0589065a;p=thirdparty%2Fpostgresql.git Fix typos in pg_basebackup documentation Joshua Tolley --- diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 25280045412..11b7c37c25c 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -41,9 +41,9 @@ PostgreSQL documentation pg_basebackup 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 must be used.