Small typos in Hot Standby docs - Mailing list pgsql-hackers

From John Naylor
Subject Small typos in Hot Standby docs
Date
Msg-id 4d191a530912191842k3f2e2e7cp42ee4674d9a2b5fa@mail.gmail.com
Whole thread Raw
Responses Re: Small typos in Hot Standby docs  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Here's a patch:

diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index 6750db8..1276c39 100644
*** a/doc/src/sgml/backup.sgml
--- b/doc/src/sgml/backup.sgml
*************** if (!triggered)
*** 2018,2024 ****     <itemizedlist>      <listitem>       <para>
!        Data Definition 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>
 
--- 2018,2024 ----     <itemizedlist>      <listitem>       <para>
!        Data Manipulation Language (DML) - INSERT, UPDATE, DELETE,
COPY FROM, TRUNCATE.        Note that there are no allowed actions that result in a trigger        being executed
duringrecovery.       </para>
 
*************** if (!triggered)
*** 2164,2170 ****        <listitem>         <para>          Dropping tablespaces on the primary while standby queries
areusing
 
!          those tablespace for temporary work files (work_mem overflow)         </para>        </listitem>
<listitem>
--- 2164,2170 ----        <listitem>         <para>          Dropping tablespaces on the primary while standby queries
areusing
 
!          those tablespaces for temporary work files (work_mem overflow)         </para>        </listitem>
<listitem>


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Removing pg_migrator limitations
Next
From: "suzhiyang"
Date:
Subject: Re: [HACKERS] Distinguish view and table problem