diff options
author | Magnus Hagander <magnus@hagander.net> | 2014-03-25 11:16:57 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2014-03-25 11:17:40 +0100 |
commit | 1698bd2fbd2e2aa00a3a3db03df220ea0589065a (patch) | |
tree | 4b8938e2ae782d13a3e13b5014ac875a54207f99 | |
parent | d73cc5857faca215ee95c858e836bcc12d1d1b70 (diff) | |
download | postgresql-1698bd2fbd2e2aa00a3a3db03df220ea0589065a.tar.gz postgresql-1698bd2fbd2e2aa00a3a3db03df220ea0589065a.zip |
Fix typos in pg_basebackup documentation
Joshua Tolley
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 4 |
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 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 <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> |