We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 881d964 + 7144d09 commit 39f9206Copy full SHA for 39f9206
README.md
@@ -257,8 +257,8 @@ This class allows you to configure the main settings for this module in a global
257
For example, if you wanted to overwrite the default `locale` and `encoding` for all classes you could use the following combination:
258
259
class { 'postgresql::globals':
260
- encoding => 'UTF8',
261
- locale => 'en_NG',
+ encoding => 'UTF-8',
+ locale => 'en_US.UTF-8',
262
}->
263
class { 'postgresql::server':
264
}
0 commit comments