Christopher Baines skribis:
> * gnu/services/databases.scm (): Add locale
> field.
> (postgresql-shepherd-service): Pass locale to initdb.
> (postgresql-service): Add locale default.
Applied, thanks! :-)
Ludo’.
* gnu/services/databases.scm (): Add locale
field.
(postgresql-shepherd-service): Pass locale to initdb.
(postgresql-service): Add locale default.
---
doc/guix.texi | 8
gnu/services/databases.scm | 22 ++
2 files changed, 22 insertions(+), 8 deleti
Christopher Baines skribis:
> On 11/12/16 23:14, Ludovic Courtès wrote:
>> Hi!
>>
>> Christopher Baines skribis:
>>
>>> * gnu/services/postgresql.scm (): Add locale
>>> field.
>>> (postgresql-shepherd-service): Pass locale to initdb.
>>> (postgresql-service): Add locale default.
>>
>> [...
On 11/12/16 23:14, Ludovic Courtès wrote:
Hi!
Christopher Baines skribis:
* gnu/services/postgresql.scm (): Add locale
field.
(postgresql-shepherd-service): Pass locale to initdb.
(postgresql-service): Add locale default.
[...]
+ (locale postgresql-configuration-locale
+
Hi!
Christopher Baines skribis:
> * gnu/services/postgresql.scm (): Add locale
> field.
> (postgresql-shepherd-service): Pass locale to initdb.
> (postgresql-service): Add locale default.
[...]
> + (locale postgresql-configuration-locale
> + (default "en_US.UTF-
* gnu/services/postgresql.scm (): Add locale
field.
(postgresql-shepherd-service): Pass locale to initdb.
(postgresql-service): Add locale default.
---
gnu/services/databases.scm | 22 ++
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/gnu/services/database