Skip to content

Commit 3fba5f3

Browse files
authored
Merge pull request #934 from jbondpdx/release
(MODULES-5956) fixes for postgresql release
2 parents 1c85a7a + 424fcb2 commit 3fba5f3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,11 @@ Optional.
455455

456456
Data type: Boolean.
457457

458-
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent. Valid values: 'true' or 'false'. Default: initdb's default ('false').
458+
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent.
459+
460+
Valid values: `true` or `false`.
461+
462+
Default: initdb's default (`false`).
459463

460464
**Warning:** This option is used during initialization by initdb, and cannot be changed later. If set, checksums are calculated for all objects, in all databases.
461465

@@ -757,7 +761,11 @@ Optional.
757761

758762
Data type: Boolean.
759763

760-
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent. Valid values: `true` or `false`. Default: initdb's default (`false`).
764+
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent.
765+
766+
Valid values: `true` or `false`.
767+
768+
Default value: initdb's default (`false`).
761769

762770
**Warning:** This option is used during initialization by initdb, and cannot be changed later. If set, checksums are calculated for all objects, in all databases.
763771

@@ -767,7 +775,7 @@ Specifies the name of the default database to connect with. On most systems this
767775

768776
##### `default_connect_settings`
769777

770-
Specifies a hash of environment variables used when connecting to a remote server. Becomes the default for other defined-types. i.e. `postgresql::server::role`
778+
Specifies a hash of environment variables used when connecting to a remote server. Becomes the default for other defined types, such as `postgresql::server::role`.
771779

772780
##### `encoding`
773781

0 commit comments

Comments
 (0)