Change true/false to on/off.

Tatsuo Ishii <ishii@postgresql.org>

Commit: 228b0485f471480cf825b7b30ffa3d66bd692c57
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2018-12-06T03:15:15Z
Releases: 12.0
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +13 −13

Documentation touched