pgsql: Change true/false to on/off.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change true/false to on/off.
Date: 2018-12-06 03:17:37
Message-ID: E1gUkAT-0006vX-M8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change true/false to on/off.

We prefer to use on/off than true/false for boolean configuration
parameters in the documentation, but there were a few places where
true/false were still used.

Dicussion: https://postgr.es/m/20181202.072508.618341295047874293.t-ishii%40sraoss.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/228b0485f471480cf825b7b30ffa3d66bd692c57

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

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2018-12-06 16:06:17 pgsql: Cleanup comments in xlog compression
Previous Message Alvaro Herrera 2018-12-05 16:38:02 pgsql: Don't mark partitioned indexes invalid unnecessarily