Fix two small typos in Hot Standby docs.
authorRobert Haas <[email protected]>
Sun, 20 Dec 2009 03:49:58 +0000 (03:49 +0000)
committerRobert Haas <[email protected]>
Sun, 20 Dec 2009 03:49:58 +0000 (03:49 +0000)
John Naylor

doc/src/sgml/backup.sgml

index 6750db8d8da4463ecf48f7cf6f0d2a1cfdb1bcee..1276c3987c48c1e35d1e42cd3b0cd36082deb3ef 100644 (file)
@@ -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>