Small typos in Hot Standby docs

From: John Naylor <jcnaylor(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Small typos in Hot Standby docs
Date: 2009-12-20 02:42:02
Message-ID: 4d191a530912191842k3f2e2e7cp42ee4674d9a2b5fa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 during recovery.
</para>
*************** if (!triggered)
*** 2164,2170 ****
<listitem>
<para>
Dropping tablespaces on the primary while standby queries are using
! those tablespace for temporary work files (work_mem overflow)
</para>
</listitem>
<listitem>
--- 2164,2170 ----
<listitem>
<para>
Dropping tablespaces on the primary while standby queries are using
! those tablespaces for temporary work files (work_mem overflow)
</para>
</listitem>
<listitem>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-12-20 03:46:47 Re: Removing pg_migrator limitations
Previous Message Bruce Momjian 2009-12-20 01:58:52 Re: Removing pg_migrator limitations