Re: [PATCH 2/2] services: postgresql: Add locale to configuration

2016-12-15 Thread Ludovic Courtès
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’.

[PATCH 2/2] services: postgresql: Add locale to configuration

2016-12-14 Thread Christopher Baines
* 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

Re: [PATCH 2/2] services: postgresql: Add locale to configuration

2016-12-13 Thread Ludovic Courtès
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. >> >> [...

Re: [PATCH 2/2] services: postgresql: Add locale to configuration

2016-12-11 Thread Christopher Baines
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 +

Re: [PATCH 2/2] services: postgresql: Add locale to configuration

2016-12-11 Thread Ludovic Courtès
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-

[PATCH 2/2] services: postgresql: Add locale to configuration

2016-12-11 Thread Christopher Baines
* 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