From 488ea71ed855ef6ee72a10751e4d57f598628393 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 4 Mar 2018 15:56:02 +0000 Subject: services: databases: Add postgresql-configuration record exports. * 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 7799093264..72927c4534 100644 --- a/gnu/services/databases.scm +++ b/gnu/services/databases.scm @@ -39,7 +39,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 -- cgit v1.2.3