guix-commits
[Top][All Lists]
Advanced

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

03/03: services: databases: Add postgresql-configuration record exports.


From: Christopher Baines
Subject: 03/03: services: databases: Add postgresql-configuration record exports.
Date: Sat, 10 Mar 2018 11:25:40 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 488ea71ed855ef6ee72a10751e4d57f598628393
Author: Christopher Baines <address@hidden>
Date:   Sun Mar 4 15:56:02 2018 +0000

    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 7799093..72927c4 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-configuration-postgresql
+            postgresql-configuration-port
+            postgresql-configuration-locale
+            postgresql-configuration-file
+            postgresql-configuration-data-directory
+
             postgresql-service
             postgresql-service-type
 



reply via email to

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