diff options
author | Christopher Baines <mail@cbaines.net> | 2018-03-04 15:56:02 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-03-10 16:20:55 +0000 |
commit | 488ea71ed855ef6ee72a10751e4d57f598628393 (patch) | |
tree | f61521663bbc913ae81275fef998aa4c5384c456 /gnu/services/databases.scm | |
parent | 69f7cf2bf4ca3ab792438a9e7fb46f78ef0f227a (diff) |
services: databases: Add postgresql-configuration record exports.
* gnu/services/databases.scm: Export the record type, and all the field
accessors.
Diffstat (limited to 'gnu/services/databases.scm')
-rw-r--r-- | gnu/services/databases.scm | 8 |
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 |