From 7144d096755445d2366aef425e5e2be45cd1243a Mon Sep 17 00:00:00 2001 From: Dennis Hoppe Date: Sat, 6 Dec 2014 16:26:51 +0100 Subject: [PATCH] Update README.md At least on Debian / Ubuntu and PostgreSQL 9.1, the values for encoding and locale should look like this example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57acf2a..891e8a3 100644 --- a/README.md +++ b/README.md @@ -257,8 +257,8 @@ This class allows you to configure the main settings for this module in a global For example, if you wanted to overwrite the default `locale` and `encoding` for all classes you could use the following combination: class { 'postgresql::globals': - encoding => 'UTF8', - locale => 'en_NG', + encoding => 'UTF-8', + locale => 'en_US.UTF-8', }-> class { 'postgresql::server': }