From 94232c909da4e39273efd66fc7c9c4a3fd9ef51a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 8 Jun 2015 15:35:43 -0300 Subject: Fix typos tablesapce -> tablespace there -> their These were introduced in 72d422a52, so no need to backpatch. --- doc/src/sgml/backup.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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(); It's also worth noting that the pg_start_backup function makes files named backup_label and - tablesapce_map in the database cluster directory, + tablespace_map in the database cluster directory, which are removed by 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 pg_start_backup, -- cgit v1.2.3