diff options
author | Robert Haas <rhaas@postgresql.org> | 2009-12-20 03:49:58 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2009-12-20 03:49:58 +0000 |
commit | 7d672e1e1db1b85b0b1e1c7e47d12059a57457fb (patch) | |
tree | 398bf346bae81c37fed907a7e18a41996209b9cc | |
parent | 8f649c9ac45fbdff06efce84eb8cca17b29e9d3a (diff) | |
download | postgresql-7d672e1e1db1b85b0b1e1c7e47d12059a57457fb.tar.gz postgresql-7d672e1e1db1b85b0b1e1c7e47d12059a57457fb.zip |
Fix two small typos in Hot Standby docs.
John Naylor
-rw-r--r-- | doc/src/sgml/backup.sgml | 6 |
1 files 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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.132 2009/12/19 17:49:50 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.133 2009/12/20 03:49:58 rhaas Exp $ --> <chapter id="backup"> <title>Backup and Restore</title> @@ -2018,7 +2018,7 @@ if (!triggered) <itemizedlist> <listitem> <para> - 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. </para> @@ -2164,7 +2164,7 @@ if (!triggered) <listitem> <para> 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) </para> </listitem> <listitem> |