guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30701] [PATCH 4/4] services: databases: Add postgresql-configuratio


From: Christopher Baines
Subject: [bug#30701] [PATCH 4/4] services: databases: Add postgresql-configuration record exports.
Date: Sun, 4 Mar 2018 19:16:33 +0000

* gnu/services/databases.scm: Export the record type, and all the field
  accessors.
---
 gnu/services/databases.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm
index 4090277a7..1e410cd39 100644
--- a/gnu/services/databases.scm
+++ b/gnu/services/databases.scm
@@ -43,7 +43,16 @@
             postgresql-config-file-external-pid-file
             postgresql-config-file-extra-config
 
+            <postgresql-configuration>
+            postgresql-configuration
             postgresql-configuration?
+            postgresql-configuration-postgresql
+            postgresql-configuration-port
+            postgresql-configuration-locale
+            postgresql-configuration-pid-file
+            postgresql-configuration-file
+            postgresql-configuration-data-directory
+
             postgresql-service
             postgresql-service-type
 
-- 
2.16.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]