diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-06-08 15:35:43 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2015-06-08 15:37:42 -0300 |
commit | 94232c909da4e39273efd66fc7c9c4a3fd9ef51a (patch) | |
tree | 0dd751bd68d5eaf4c02cbefbe9b06233441bdab0 /doc/src | |
parent | 7abc68597436da1475b4d9b08f4fa9f3c5ed6185 (diff) | |
download | postgresql-94232c909da4e39273efd66fc7c9c4a3fd9ef51a.tar.gz postgresql-94232c909da4e39273efd66fc7c9c4a3fd9ef51a.zip |
Fix typos
tablesapce -> tablespace
there -> their
These were introduced in 72d422a52, so no need to backpatch.
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</>, |