Thread: A minor typo fix on pg_standby docs

A minor typo fix on pg_standby docs

From
"FAST PostgreSQL"
Date:
Rgds,
Arul Shaji
*** pgstandby.sgml    2007-12-06 14:52:18.000000000 +1100
--- new_pgstandby.sgml    2007-12-07 18:38:26.000000000 +1100
***************
*** 262,268 ****
       <listitem><para>keep the last 255 full WAL files, plus the current one</para></listitem>
       <listitem><para>sleep for 2 seconds between checks for next WAL file is full</para></listitem>
       <listitem><para>never timeout if file not found</para></listitem>
!      <listitem><para>stop waiting when a trigger file called /tmp.pgsql.trigger.5442 appears</para></listitem>
      </itemizedlist>
     </listitem>

--- 262,268 ----
       <listitem><para>keep the last 255 full WAL files, plus the current one</para></listitem>
       <listitem><para>sleep for 2 seconds between checks for next WAL file is full</para></listitem>
       <listitem><para>never timeout if file not found</para></listitem>
!      <listitem><para>stop waiting when a trigger file called /tmp/pgsql.trigger.5442 appears</para></listitem>
      </itemizedlist>
     </listitem>


Re: A minor typo fix on pg_standby docs

From
Simon Riggs
Date:
On Fri, 2007-12-07 at 18:48 +1100, FAST PostgreSQL wrote:

Yep, thats an error. Thanks for patching.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


Re: A minor typo fix on pg_standby docs

From
Neil Conway
Date:
Applied, thanks.

-Neil

On Fri, 2007-12-07 at 18:48 +1100, FAST PostgreSQL wrote:
> Rgds,
> Arul Shaji
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match