pgsql: Clarify documentation to state that "zero_damaged_pages" does no

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify documentation to state that "zero_damaged_pages" does no
Date: 2011-02-01 21:44:24
Message-ID: E1PkO1Q-0005Tf-Os@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify documentation to state that "zero_damaged_pages" does not force
data to disk, so the table or index should be recreated before the
parameter is turned off again.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7106f74e2a6feb31c022dd98e7d93ab656dc079d

Modified Files
--------------
doc/src/sgml/config.sgml | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-01 22:00:58 pgsql: Properly capitalize hyphenated words in documentation titles.
Previous Message Peter Eisentraut 2011-02-01 20:55:54 pgsql: Add validator to PL/Python