From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eslfB-0007Cx-3J for guix-patches@gnu.org; Mon, 05 Mar 2018 03:40:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eslf8-0006FW-LO for guix-patches@gnu.org; Mon, 05 Mar 2018 03:40:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37163) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eslf8-0006FF-I1 for guix-patches@gnu.org; Mon, 05 Mar 2018 03:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eslf8-00075w-AL for guix-patches@gnu.org; Mon, 05 Mar 2018 03:40:02 -0500 Subject: [bug#30701] [PATCH 3/3] services: databases: Add postgresql-configuration record exports. Resent-Message-ID: From: Christopher Baines Date: Mon, 5 Mar 2018 08:39:17 +0000 Message-Id: <20180305083917.24122-3-mail@cbaines.net> In-Reply-To: <20180305083917.24122-1-mail@cbaines.net> References: <20180305083917.24122-1-mail@cbaines.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30701@debbugs.gnu.org * gnu/services/databases.scm: Export the record type, and all the field accessors. --- gnu/services/databases.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm index 9ffb6a5e9..b05c0442f 100644 --- a/gnu/services/databases.scm +++ b/gnu/services/databases.scm @@ -40,7 +40,15 @@ postgresql-config-file-ident-file postgresql-config-file-extra-config + + postgresql-configuration postgresql-configuration? + postgresql-configuration-postgresql + postgresql-configuration-port + postgresql-configuration-locale + postgresql-configuration-file + postgresql-configuration-data-directory + postgresql-service postgresql-service-type -- 2.16.0