Commit 36f7c3a1 authored by Magnus Hagander's avatar Magnus Hagander

Fix typos in pg_basebackup documentation

Joshua Tolley
parent 6c5ced15
...@@ -41,9 +41,9 @@ PostgreSQL documentation ...@@ -41,9 +41,9 @@ PostgreSQL documentation
<para> <para>
<application>pg_basebackup</application> makes a binary copy of the database <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 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 database objects. For individual database backups, a tool such as
<xref linkend="APP-PGDUMP"> must be used. <xref linkend="APP-PGDUMP"> must be used.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment