pgsql: Improve recovery target settings documentation.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve recovery target settings documentation.
Date: 2014-12-13 18:46:56
Message-ID: E1XzriS-0005Jz-2P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve recovery target settings documentation.

Commit 815d71dee hadn't bothered to update the documentation to match the
behavioral change, and a lot of other text in this section was badly in
need of copy-editing.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5fc34ba880e1223268ffbbe8be8621342c883151

Modified Files
--------------
doc/src/sgml/recovery-config.sgml | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-12-13 19:00:35 pgsql: Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Previous Message Tom Lane 2014-12-13 16:49:54 pgsql: Repair corner-case bug in array version of percentile_cont().