diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/backup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index def43a21da2..75dabe9f29f 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -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</>, |