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:
@ -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</>,
|
||||
|
Reference in New Issue
Block a user