File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.4 2009/05/12 23:43:50 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.5 2009/05/14 21:01:49 heikki Exp $ -->
2
2
<!-- See header comment in release.sgml about typical markup -->
3
3
4
4
<sect1 id="release-8-4">
3317
3317
</para>
3318
3318
</listitem>
3319
3319
3320
+ <listitem>
3321
+ <para>
3322
+ Make <filename>contrib/pg_standby</> recover all available WAL before
3323
+ failover (Fujii Masao, Simon, Heikki)
3324
+ </para>
3325
+
3326
+ <para>
3327
+ To make this safe, you now need to set the new
3328
+ <literal>recovery_end_command</> option in <filename>recovery.conf</> to
3329
+ clean up the trigger fail after failover.
3330
+ </para>
3331
+ </listitem>
3332
+
3320
3333
</itemizedlist>
3321
3334
3322
3335
</sect3>
You can’t perform that action at this time.
0 commit comments