|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.132 2009/12/19 17:49:50 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.133 2009/12/20 03:49:58 rhaas Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="backup">
|
4 | 4 | <title>Backup and Restore</title>
|
@@ -2018,7 +2018,7 @@ if (!triggered)
|
2018 | 2018 | <itemizedlist>
|
2019 | 2019 | <listitem>
|
2020 | 2020 | <para>
|
2021 |
| - DataDefinition Language (DML) - INSERT, UPDATE, DELETE, COPY FROM, TRUNCATE. |
| 2021 | + DataManipulation Language (DML) - INSERT, UPDATE, DELETE, COPY FROM, TRUNCATE. |
2022 | 2022 | Note that there are no allowed actions that result in a trigger
|
2023 | 2023 | being executed during recovery.
|
2024 | 2024 | </para>
|
@@ -2164,7 +2164,7 @@ if (!triggered)
|
2164 | 2164 | <listitem>
|
2165 | 2165 | <para>
|
2166 | 2166 | Dropping tablespaces on the primary while standby queries are using
|
2167 |
| - thosetablespace for temporary work files (work_mem overflow) |
| 2167 | + thosetablespaces for temporary work files (work_mem overflow) |
2168 | 2168 | </para>
|
2169 | 2169 | </listitem>
|
2170 | 2170 | <listitem>
|
|