@@ -1249,7 +1249,7 @@ include_dir 'conf.d'
1249
1249
than the client's.
1250
1250
This parameter can only be set in the <filename>postgresql.conf</filename>
1251
1251
file or on the server command line.
1252
- The default is <literal>true </literal>.
1252
+ The default is <literal>on </literal>.
1253
1253
</para>
1254
1254
1255
1255
<para>
@@ -1404,12 +1404,12 @@ include_dir 'conf.d'
1404
1404
This parameter determines whether the passphrase command set by
1405
1405
<varname>ssl_passphrase_command</varname> will also be called during a
1406
1406
configuration reload if a key file needs a passphrase. If this
1407
- parameter is false (the default), then
1407
+ parameter is off (the default), then
1408
1408
<varname>ssl_passphrase_command</varname> will be ignored during a
1409
1409
reload and the SSL configuration will not be reloaded if a passphrase
1410
1410
is needed. That setting is appropriate for a command that requires a
1411
1411
TTY for prompting, which might not be available when the server is
1412
- running. Setting this parameter to true might be appropriate if the
1412
+ running. Setting this parameter to on might be appropriate if the
1413
1413
passphrase is obtained from a file, for example.
1414
1414
</para>
1415
1415
<para>
@@ -3330,14 +3330,14 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3330
3330
<listitem>
3331
3331
<para>
3332
3332
Specifies whether to stop just after the specified recovery target
3333
- (<literal>true </literal>), or just before the recovery target
3334
- (<literal>false </literal>).
3333
+ (<literal>on </literal>), or just before the recovery target
3334
+ (<literal>off </literal>).
3335
3335
Applies when <xref linkend="guc-recovery-target-lsn"/>,
3336
3336
<xref linkend="guc-recovery-target-time"/>, or
3337
3337
<xref linkend="guc-recovery-target-xid"/> is specified.
3338
3338
This setting controls whether transactions
3339
3339
having exactly the target WAL location (LSN), commit time, or transaction ID, respectively, will
3340
- be included in the recovery. Default is <literal>true </literal>.
3340
+ be included in the recovery. Default is <literal>on </literal>.
3341
3341
</para>
3342
3342
</listitem>
3343
3343
</varlistentry>
@@ -8675,8 +8675,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
8675
8675
</term>
8676
8676
<listitem>
8677
8677
<para>
8678
- If true , any error will terminate the current session. By default,
8679
- this is set to false , so that only FATAL errors will terminate the
8678
+ If on , any error will terminate the current session. By default,
8679
+ this is set to off , so that only FATAL errors will terminate the
8680
8680
session.
8681
8681
</para>
8682
8682
</listitem>
@@ -8690,9 +8690,9 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
8690
8690
</term>
8691
8691
<listitem>
8692
8692
<para>
8693
- When set to true , which is the default, <productname>PostgreSQL</productname>
8693
+ When set to on , which is the default, <productname>PostgreSQL</productname>
8694
8694
will automatically reinitialize after a backend crash. Leaving this
8695
- value set to true is normally the best way to maximize the availability
8695
+ value set to on is normally the best way to maximize the availability
8696
8696
of the database. However, in some circumstances, such as when
8697
8697
<productname>PostgreSQL</productname> is being invoked by clusterware, it may be
8698
8698
useful to disable the restart so that the clusterware can gain
@@ -8709,7 +8709,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
8709
8709
</term>
8710
8710
<listitem>
8711
8711
<para>
8712
- When set to false , which is the default, <productname>PostgreSQL</productname>
8712
+ When set to off , which is the default, <productname>PostgreSQL</productname>
8713
8713
will raise a PANIC-level error on failure to flush modified data files
8714
8714
to the filesystem. This causes the database server to crash.
8715
8715
</para>
@@ -8724,9 +8724,9 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
8724
8724
faulty hardware.
8725
8725
</para>
8726
8726
<para>
8727
- If set to true , <productname>PostgreSQL</productname> will instead
8727
+ If set to on , <productname>PostgreSQL</productname> will instead
8728
8728
report an error but continue to run so that the data flushing
8729
- operation can be retried in a later checkpoint. Only set it to true
8729
+ operation can be retried in a later checkpoint. Only set it to on
8730
8730
after investigating the operating system's treatment of buffered data
8731
8731
in case of write-back failure.
8732
8732
</para>
0 commit comments