From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] services: postgresql: Add locale to configuration Date: Thu, 15 Dec 2016 16:55:12 +0100 Message-ID: <87bmwdfaqn.fsf@gnu.org> References: <871sxbl941.fsf@gnu.org> <20161214083549.32602-1-mail@cbaines.net> <20161214083549.32602-2-mail@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHYNR-0001ES-Ag for guix-devel@gnu.org; Thu, 15 Dec 2016 10:55:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHYNO-0002aL-Aa for guix-devel@gnu.org; Thu, 15 Dec 2016 10:55:25 -0500 In-Reply-To: <20161214083549.32602-2-mail@cbaines.net> (Christopher Baines's message of "Wed, 14 Dec 2016 08:35:49 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Christopher Baines Cc: guix-devel@gnu.org 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=E2=80=99.