1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Fix typos

tablesapce -> tablespace
there -> their

These were introduced in 72d422a52, so no need to backpatch.
This commit is contained in:
Alvaro Herrera
2015-06-08 15:35:43 -03:00
parent 7abc685974
commit 94232c909d
2 changed files with 3 additions and 3 deletions

View File

@ -969,7 +969,7 @@ SELECT pg_stop_backup();
<para>
It's also worth noting that the <function>pg_start_backup</> function
makes files named <filename>backup_label</> and
<filename>tablesapce_map</> in the database cluster directory,
<filename>tablespace_map</> in the database cluster directory,
which are removed by <function>pg_stop_backup</>. These files will of
course be archived as a part of your backup dump file. The backup label
file includes the label string you gave to <function>pg_start_backup</>,