summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-03-04 15:56:02 +0000
committerChristopher Baines <mail@cbaines.net>2018-03-10 16:20:55 +0000
commit488ea71ed855ef6ee72a10751e4d57f598628393 (patch)
treef61521663bbc913ae81275fef998aa4c5384c456
parent69f7cf2bf4ca3ab792438a9e7fb46f78ef0f227a (diff)
downloadgnu-guix-488ea71ed855ef6ee72a10751e4d57f598628393.tar
gnu-guix-488ea71ed855ef6ee72a10751e4d57f598628393.tar.gz
services: databases: Add postgresql-configuration record exports.
* gnu/services/databases.scm: Export the record type, and all the field accessors.
-rw-r--r--gnu/services/databases.scm8
1 files changed, 8 insertions, 0 deletions
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-configuration-postgresql
+ postgresql-configuration-port
+ postgresql-configuration-locale
+ postgresql-configuration-file
+ postgresql-configuration-data-directory
+
postgresql-service
postgresql-service-type