services: databases: Add postgresql-configuration record exports.

* gnu/services/databases.scm: Export the record type, and all the field
accessors.
This commit is contained in:
Christopher Baines 2018-03-04 15:56:02 +00:00
parent 69f7cf2bf4
commit 488ea71ed8
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -39,7 +39,15 @@ (define-module (gnu services databases)
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