From 7d672e1e1db1b85b0b1e1c7e47d12059a57457fb Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Sun, 20 Dec 2009 03:49:58 +0000 Subject: [PATCH] Fix two small typos in Hot Standby docs. John Naylor --- doc/src/sgml/backup.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 7cc19ef606b..c03d8088fcb 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -2018,7 +2018,7 @@ if (!triggered) - Data Definition Language (DML) - INSERT, UPDATE, DELETE, COPY FROM, TRUNCATE. + Data Manipulation Language (DML) - INSERT, UPDATE, DELETE, COPY FROM, TRUNCATE. Note that there are no allowed actions that result in a trigger being executed during recovery. @@ -2164,7 +2164,7 @@ if (!triggered) Dropping tablespaces on the primary while standby queries are using - those tablespace for temporary work files (work_mem overflow) + those tablespaces for temporary work files (work_mem overflow) -- 2.39.5