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:
parent
69f7cf2bf4
commit
488ea71ed8
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue