On 11/12/16 09:01, Ludovic Courtès wrote:
Christopher Baines skribis:
This patch fixes some issues I've had with the postgresql service and database
locales. If system activation takes place before service activation, the
locales are present and PostgreSQL can use them, but otherwise the Postgr
Hello!
Christopher Baines skribis:
> This patch fixes some issues I've had with the postgresql service and database
> locales. If system activation takes place before service activation, the
> locales are present and PostgreSQL can use them, but otherwise the PostgreSQL
> service is limited in t
This patch fixes some issues I've had with the postgresql service and database
locales. If system activation takes place before service activation, the
locales are present and PostgreSQL can use them, but otherwise the PostgreSQL
service is limited in the locales that can be used.
* gnu/services.scm: Activate the current system prior to the services,
as this allows the services to use the files from the system, for
example locales, in the service activation process.
---
gnu/services.scm | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/serv